VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class / Orientation Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Orientation Свойство (OmrFieldTemplateTable)
    В этом разделе
    Возвращает или задает ориентацию этой OmrFieldTemplateTable.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Orientation of the table.")>
    <DefaultValueAttribute(Horizontal)>
    Public Property Orientation As OmrTableOrientation
    
    
    [Description("Orientation of the table.")]
    [DefaultValue(Horizontal)]
    public OmrTableOrientation Orientation { get; set; }
    
    
    [Description("Orientation of the table.")]
    [DefaultValue(Horizontal)]
    public: __property OmrTableOrientation get_Orientation();
    public: __property void set_Orientation(
    OmrTableOrientation value
    );
    [Description("Orientation of the table.")]
    [DefaultValue(Horizontal)]
    public:
    property OmrTableOrientation Orientation { OmrTableOrientation get(); void set(OmrTableOrientation value); }

    Property Value

    Значение по умолчанию: OmrTableOrientation.Horizontal.
    Исключения
    ИсключениеОписание
    Выбрасывается, если пользователь пытается задать недопустимое значение.
    Требования

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

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