ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyRemoveTilt Method |
'Declaration Public Function CanApplyRemoveTilt( _ ByVal page As ImGearRasterPage _ ) As Boolean
'Usage Dim instance As ImGearRasterProcessingVerifier Dim page As ImGearRasterPage Dim value As Boolean value = instance.CanApplyRemoveTilt(page)
public bool CanApplyRemoveTilt( ImGearRasterPage page )
public: bool CanApplyRemoveTilt( ImGearRasterPage* page )
public: bool CanApplyRemoveTilt( ImGearRasterPage^ page )