VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / DeviceImageLayout Class / FrameNumber Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    FrameNumber Property (DeviceImageLayout)
    In This Topic
    Gets or sets the frame number of the image layout frame.
    Syntax
    'Declaration
    
    Public Property FrameNumber As UInteger
    
    
    public uint FrameNumber { get; set; }
    
    
    public: __property uint get_FrameNumber();
    public: __property void set_FrameNumber(
    uint value
    );
    public:
    property uint FrameNumber { uint get(); void set(uint value); }

    Property Value

    Possible values from 1 to N. Default value is 1.
    Exceptions
    ExceptionDescription
    Thrown if value is out of range.
    Remarks

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

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also