VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / TiffDecoder Class / GetImageRectGrid(Int32,DecodingSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetImageRectGrid(Int32,DecodingSettings) Method (TiffDecoder)
    In This Topic
    Returns an image grid as array of rectangles.
    Syntax
    'Declaration
    
    Public Function GetImageRectGrid( _
    ByVal pageIndex
    The zero based page index.
    As System.Int32, _
    ByVal decodingSettings
    The decoding settings that should be used for decoding of page image.
    As DecodingSettings _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle GetImageRectGrid(
    System.Int32 pageIndex,
    DecodingSettings decodingSettings
    )
    public: System.Drawing.Rectangle* GetImageRectGrid(
    System.Int32 pageIndex,
    DecodingSettings* decodingSettings
    )
    public:
    System.Drawing.Rectangle^ GetImageRectGrid(
    System.Int32 pageIndex,
    DecodingSettings^ decodingSettings
    )

    Parameters

    pageIndex
    The zero based page index.
    decodingSettings
    The decoding settings that should be used for decoding of page image.

    Return Value

    An image grid as array of rectangles.
    Remarks

    Method must return an array with one rectangle which size is equal to the size of image if decoder cannot get image by parts.

    Requirements

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

    See Also