ImageGear .NET v24.12 - Updated
CanApplyPicturize Method




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

Parameters

page
Page specified.

Return Value

Boolean value.
Remarks
Note that ImGearEffects.Picturize method itself does not have a parameter of type ImageGear.Core.ImGearRasterPage class. Instead, it uses auxiliary classes, and constructor of one of these classes has an ImageGear.Core.ImGearRasterPage class parameter.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
Picturize Method
ImGearPage Class