'Declaration Public Overloads 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 System.Int32, _
ByVal lineStepInterlace step. Possible values: 1 - each line of image will be decoded; 2 - each second line of image will be decoded; etc.As DecodingSettings, _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs), _
ByVal intermediateImageRequestDelegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)As System.EventHandler(Of IntermediateImageRequestEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImage(
System.Int32 pageIndex,
System.Int32 decodingSettings,
DecodingSettings lineStep,
System.EventHandler<ProgressEventArgs> imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs> intermediateImageRequest
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.Int32 pageIndex,
System.Int32 decodingSettings,
DecodingSettings* lineStep,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs*>* intermediateImageRequest
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.Int32 pageIndex,
System.Int32 decodingSettings,
DecodingSettings^ lineStep,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs^>^ intermediateImageRequest
)
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.
- lineStep
- Interlace step. Possible values: 1 - each line of image will be decoded; 2 - each second line of image will be decoded; etc.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
- intermediateImageRequest
- Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
Return Value
Interlaced image.