VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / IRasterGridEditor Interface / GetRasterEditorGrid(Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetRasterEditorGrid(Int32) Method (IRasterGridEditor)
    In This Topic
    Returns an image grid as array of rectangles.
    Syntax
    'Declaration
    
    Public Function GetRasterEditorGrid( _
    ByVal pageIndex
    The zero based page index.
    As System.Int32 _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle GetRasterEditorGrid(
    System.Int32 pageIndex
    )
    public: System.Drawing.Rectangle* GetRasterEditorGrid(
    System.Int32 pageIndex
    )
    public:
    System.Drawing.Rectangle^ GetRasterEditorGrid(
    System.Int32 pageIndex
    )

    Parameters

    pageIndex
    The zero based page index.

    Return Value

    An image grid as array of rectangles.
    Remarks

    Method must return null if decoder cannot set 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