'Declaration Public Function GetInterlacedImage( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.Int32, _
ByVal progressDelegateProgress delegate. Can be set to null (Nothing in Visual Basic).As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal lineStepInterlace step. Possible values: 1 - each line of image will be decoded; 2 - each second line of image will be decoded; etc.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 decodingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings progressDelegate,
System.EventHandler<ProgressEventArgs> lineStep,
System.EventHandler<IntermediateImageRequestEventArgs> intermediateImageRequest
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- progressDelegate
- Progress delegate. Can be set to null (Nothing in Visual Basic).
- lineStep
- Interlace step. Possible values: 1 - each line of image will be decoded; 2 - each second line of image will be decoded; etc.
- intermediateImageRequest
- Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
Return Value
The image associated with this PSD page if image was loaded successfully; null if image loading was canceled.