VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / PageOrientation Enumeration
Синтаксис Члены типа Иерархия Требования Смотрите также
В этом разделе
    PageOrientation Перечисление
    В этом разделе
    Specifies available page orientations.
    Синтаксис
    'Declaration
    
    Public Enum PageOrientation
       Inherits System.Enum
    
    
    public enum PageOrientation : System.Enum
    
    
    __value public enum PageOrientation : public System.Enum
    
    
    public enum class PageOrientation : public System.Enum
    
    
    Члены типа
    Член типаОписание
    PortraitPortrait (no rotation).
    Rotation90Rotates the original image 90 degrees to the "left".
    Rotation180Rotates the original image 180 degrees to the "left".
    LandscapeLandscape (rotates the original image 270 degrees to the "left").
    AutoOrients the image according to criteria determined by the source. Available from TWAIN 2.0.
    AutoTextOrients the document using text only algorithms. Available from TWAIN 2.0.
    AutoPictureOrients the document using image only algorithms. Available from TWAIN 2.0.
    Иерархия наследования

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.PageOrientation

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также