VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / DeviceImageLayout Class / DocumentNumber Property
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    DocumentNumber Свойство (DeviceImageLayout)
    В этом разделе
    Gets or sets the document number of the image layout frame.
    Синтаксис
    'Declaration
    
    Public Property DocumentNumber As UInteger
    
    
    public uint DocumentNumber { get; set; }
    
    
    public: __property uint get_DocumentNumber();
    public: __property void set_DocumentNumber(
    uint value
    );
    public:
    property uint DocumentNumber { uint get(); void set(uint value); }

    Property Value

    Possible values from 1 to N. Default value is 1.
    Исключения
    ИсключениеОписание
    Thrown if value is out of range.
    Ремарки

    Value of this property has effect during call of the Get, Set(RectangleF), Reset methods.

    Требования

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

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