ImageGear .NET v24.12 - Updated
CanApplyNightVision Method




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

Parameters

page
Page to apply the method to.

Return Value

Boolean value.
See Also

Reference

ImGearEffectsVerifier Class
ImGearEffectsVerifier Members
ImGearRasterPage Class
NightVision(ImGearRasterPage,ImGearNightVisionPresets,Int32,Double) Method