ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class : CanApplyResize Method |
'Declaration Public Function CanApplyResize( _ 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.CanApplyResize(page, width, height, options)
public bool CanApplyResize( ImGearPage page, int width, int height, ImGearInterpolationOptions options )
public: bool CanApplyResize( ImGearPage* page, int width, int height, ImGearInterpolationOptions* options )
public: bool CanApplyResize( ImGearPage^ page, int width, int height, ImGearInterpolationOptions^ options )
page
, with the specified dimensions and interpolation, false otherwise.