ImageGear .NET v24.14 - Updated
ImGearICDocumentType Enumeration




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing.ImageClean Namespace : ImGearICDocumentType Enumeration
Type of the input document's alignment used for ImGearIC.TextAutoOrientation method.
Syntax
'Declaration
 
Public Enum ImGearICDocumentType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearICDocumentType
public enum ImGearICDocumentType : System.Enum 
__value public enum ImGearICDocumentType : public System.Enum 
public enum class ImGearICDocumentType : public System.Enum 
Members
MemberDescription
LEFT_ALIGNEDLeft aligned document.
RIGHT_ALIGNEDRight aligned document.
STANDARDDocument alignment is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImageClean.ImGearICDocumentType

See Also

Reference

ImageGear.Processing.ImageClean Namespace
TextAutoOrientation Method