ImageGear23.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace > ImGearIC Class : TextAutoOrientation Method |
'Declaration Public Shared Sub TextAutoOrientation( _ ByVal page As ImGearPage, _ ByVal documentType As ImGearICDocumentType _ )
'Usage Dim page As ImGearPage Dim documentType As ImGearICDocumentType ImGearIC.TextAutoOrientation(page, documentType)
public static void TextAutoOrientation( ImGearPage page, ImGearICDocumentType documentType )
public: static void TextAutoOrientation( ImGearPage* page, ImGearICDocumentType documentType )
public: static void TextAutoOrientation( ImGearPage^ page, ImGearICDocumentType documentType )
// Auto Orientate an image of a left-aligned document.
ImGearIC.TextAutoOrientation(igPage, ImGearICDocumentType.LEFT_ALIGNED);
' Auto Orientate an image of a left-aligned document.
ImGearIC.TextAutoOrientation(igPage, ImGearICDocumentType.LEFT_ALIGNED)