'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 RenderingSettings, _
ByVal decodingSettingsdecoding settings used for getting info about the image of page.As DecodingSettings _
) As ImageInfo
public override ImageInfo GetImageInfo(
System.Int32 pageIndex,
RenderingSettings renderingSettings,
DecodingSettings decodingSettings
)
public: ImageInfo* GetImageInfo(
System.Int32 pageIndex,
RenderingSettings* renderingSettings,
DecodingSettings* decodingSettings
); override
public:
ImageInfo^ GetImageInfo(
System.Int32 pageIndex,
RenderingSettings^ renderingSettings,
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.