ImageGear .NET v25.1 - Updated
CanApplyCreateThumbnail Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class : CanApplyCreateThumbnail Method
Page to verify.
Page width.
Page height.
Interpolation options.
Returns true if ImGearProcessing.CreateThumbnail method can be applied to the specified Page, with the specified dimensions and interpolation, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyCreateThumbnail( _
   ByVal page As ImGearPage, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal options As ImGearInterpolationOptions _
) As Boolean
'Usage
 
Dim instance As ImGearProcessingVerifier
Dim page As ImGearPage
Dim width As Integer
Dim height As Integer
Dim options As ImGearInterpolationOptions
Dim value As Boolean
 
value = instance.CanApplyCreateThumbnail(page, width, height, options)
public bool CanApplyCreateThumbnail( 
   ImGearPage page,
   int width,
   int height,
   ImGearInterpolationOptions options
)
public: bool CanApplyCreateThumbnail( 
   ImGearPage* page,
   int width,
   int height,
   ImGearInterpolationOptions* options
) 
public:
bool CanApplyCreateThumbnail( 
   ImGearPage^ page,
   int width,
   int height,
   ImGearInterpolationOptions^ options
) 

Parameters

page
Page to verify.
width
Page width.
height
Page height.
options
Interpolation options.

Return Value

Boolean value.
See Also

Reference

ImGearProcessingVerifier Class
ImGearProcessingVerifier Members
CreateThumbnail Method
ImGearPage Class
ImGearInterpolationOptions Class