'Declaration Public Overloads Overrides Function GetImageInfo( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal renderingSettingsRendering settings used for getting info about the image of page.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal decodingSettingsdecoding settings used for getting info about the image of page.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
) As Vintasoft.Imaging.Codecs.Decoders.ImageInfo
public override Vintasoft.Imaging.Codecs.Decoders.ImageInfo GetImageInfo(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings
)
public: Vintasoft.Imaging.Codecs.Decoders.ImageInfo* GetImageInfo(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings
); override
public:
Vintasoft.Imaging.Codecs.Decoders.ImageInfo^ GetImageInfo(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings
); override
Parameters
- pageIndex
- The zero based page index.
- renderingSettings
- Rendering settings used for getting info about the image of page.
- decodingSettings
- decoding settings used for getting info about the image of page.
Return Value
Information about the image associated with the page of the source image.