'Declaration Public Function GetInterlacedImage( _
ByVal lineStepInterlace step.As System.Int32, _
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 GetInterlacedImage(
System.Int32 lineStep,
System.EventHandler<ProgressEventArgs> imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs> intermediateImageRequest
)
public: Vintasoft.Imaging.VintasoftImage* GetInterlacedImage(
System.Int32 lineStep,
System.EventHandler<ProgressEventArgs*>* imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs*>* intermediateImageRequest
)
public:
Vintasoft.Imaging.VintasoftImage^ GetInterlacedImage(
System.Int32 lineStep,
System.EventHandler<ProgressEventArgs^>^ imageLoadingProgress,
System.EventHandler<IntermediateImageRequestEventArgs^>^ intermediateImageRequest
)
Parameters
- lineStep
- Interlace step.
- 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
The interlaced image of this page.