'Declaration Public Overloads Overrides Function GetImageInfo( _
ByVal pageIndexThe zero based page index. This parameter is not used and can be set to 0.As System.Int32, _
ByVal renderingSettingsRendering settings used for getting info about the image of page. This parameter is not used and can be set to null.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. This parameter is not used and can be set to 0.
- renderingSettings
- Rendering settings used for getting info about the image of page. This parameter is not used and can be set to null.
- decodingSettings
- decoding settings used for getting info about the image of page.
Return Value
Information about EMF image.