VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / TiffDecoder Class / GetPageMetadata(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetPageMetadata(Int32) Method (TiffDecoder)
    In This Topic
    Returns a metadata of specified page of TIFF file.
    Syntax
    'Declaration
    
    Public Overrides Function GetPageMetadata( _
    ByVal pageIndex
    The zero based page index.
    As System.Int32 _
    ) As Vintasoft.Imaging.Metadata.PageMetadata
    public override Vintasoft.Imaging.Metadata.PageMetadata GetPageMetadata(
    System.Int32 pageIndex
    )
    public: Vintasoft.Imaging.Metadata.PageMetadata* GetPageMetadata(
    System.Int32 pageIndex
    ); override
    public:
    Vintasoft.Imaging.Metadata.PageMetadata^ GetPageMetadata(
    System.Int32 pageIndex
    ); override

    Parameters

    pageIndex
    The zero based page index.

    Return Value

    Metadata of specified page of TIFF file.
    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