'Declaration Public Overloads Overrides Function GetImage( _
ByVal pageIndexThe zero based page index. This parameter is not used and can be set to 0.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As DecodingSettings, _
ByVal renderingSettingsRendering settings used for rendering the image of page. This parameter is not used and can be set to null.As RenderingSettings, _
ByVal imageLoadingProgressImage loading progress delegate. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress
); override
Parameters
- pageIndex
- The zero based page index. This parameter is not used and can be set to 0.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- renderingSettings
- Rendering settings used for rendering the image of page. This parameter is not used and can be set to null.
- imageLoadingProgress
- Image loading progress delegate. Can be set to null (Nothing in Visual Basic).
Return Value
Image of PCX file.