ImageGear .NET v25.2 - Updated
CanApplyDuotone Method




ImageGear.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffectsVerifier Class : CanApplyDuotone Method
Page to apply the method to.
Returns true if ImGearEffects.Duotone method can be applied to the specified page, otherwise - false.
Syntax
'Declaration
 
Public Function CanApplyDuotone( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearEffectsVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyDuotone(page)
public bool CanApplyDuotone( 
   ImGearRasterPage page
)
public: bool CanApplyDuotone( 
   ImGearRasterPage* page
) 
public:
bool CanApplyDuotone( 
   ImGearRasterPage^ page
) 

Parameters

page
Page to apply the method to.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
Duotone Method

Is this page helpful?
Yes No
Thanks for your feedback.