'Declaration Public Overloads Function GetImage( _
ByVal pageIndexThe zero based page index.As System.Int32, _
ByVal interlaceSettingsInterlacing settings.As DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As InterlaceSettings, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
DecodingSettings interlaceSettings,
InterlaceSettings decodingSettings,
System.EventHandler<ProgressEventArgs> imageLoadingProgress
)
Parameters
- pageIndex
- The zero based page index.
- interlaceSettings
- Interlacing settings.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
Part of source image as interlaced image.