'Declaration Public Overloads Overrides Function GetImage( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal renderingSettingsRendering settings used for rendering the image of page.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- pageIndex
- The zero based page index.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- renderingSettings
- Rendering settings used for rendering the image of page.
- progressDelegate
- Progress delegate.
Return Value
Rendered image associated with the specified page of image source.