ImageGear .NET v25.1 - Updated
CanApplyCalculateStatistics Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyCalculateStatistics Method
Raster page object to verify.
Returns true if ImGearRasterProcessing.CalculateStatistics method can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyCalculateStatistics( _
   ByVal page As ImGearRasterPage _
) As Boolean
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim value As Boolean
 
value = instance.CanApplyCalculateStatistics(page)
public bool CanApplyCalculateStatistics( 
   ImGearRasterPage page
)
public: bool CanApplyCalculateStatistics( 
   ImGearRasterPage* page
) 
public:
bool CanApplyCalculateStatistics( 
   ImGearRasterPage^ page
) 

Parameters

page
Raster page object to verify.

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
ImGearRasterPage Class
CalculateStatistics Method