'Declaration Public Overloads Overrides Function GetImageInfo( _
ByVal pageIndexThe zero-based page index in image/document source.As System.Int32, _
ByVal renderingSettingsRendering settings used for getting info about the image of page. This parameter has effect only if IsVectorDecoder property is equal to True.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 in image/document source.
- renderingSettings
- Rendering settings used for getting info about the image of page. This parameter has effect only if IsVectorDecoder property is equal to True.
- 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.