VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecoder Class / GetPageMetadata(Int32) Method
Syntax Requirements SeeAlso
    GetPageMetadata(Int32) Method (JpegDecoder)
    Returns a metadata of JPEG file.
    Syntax
    'Declaration
    
    Public Overrides Function GetPageMetadata( _
    ByVal pageIndex
    The zero based page index. This parameter is not used and can be set to 0.
    As System.Int32 _
    ) As Vintasoft.Imaging.Metadata.PageMetadata
     

    Parameters

    pageIndex
    The zero based page index. This parameter is not used and can be set to 0.

    Return Value

    Metadata of JPEG file.
    Requirements

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

    See Also