VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegLsDecoder Class / GetPageMetadata(Int32) Method
Syntax Requirements SeeAlso
In This Topic
GetPageMetadata(Int32) Method (JpegLsDecoder)
In This Topic
Returns a metadata of specified page of 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
public override Vintasoft.Imaging.Metadata.PageMetadata GetPageMetadata(
System.Int32 pageIndex
)

Parameters

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

Return Value

Metadata of specified page of file.
Requirements

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

See Also