ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICDocumentType Enumeration




In This Topic
    ImGearICDocumentType Enumeration
    In This Topic
    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
    MemberValueDescription
    LEFT_ALIGNED2Left aligned document.
    RIGHT_ALIGNED3Right aligned document.
    STANDARD1Document alignment is unknown.
    Inheritance Hierarchy

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

    See Also