'Declaration
Public Function CanApplyResize( _
ByVal As ImGearPage, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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)