ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearProcessingVerifier Class : CanApplyResizeCanvas Method |
page
, with the specified dimensions, false otherwise.'Declaration Public Function CanApplyResizeCanvas( _ ByVal page As ImGearPage, _ ByVal width As Integer, _ ByVal height As Integer _ ) As Boolean
'Usage Dim instance As ImGearProcessingVerifier Dim page As ImGearPage Dim width As Integer Dim height As Integer Dim value As Boolean value = instance.CanApplyResizeCanvas(page, width, height)