'Declaration Public Overloads MustOverride Function GetImage( _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Utils.IProgressController _
) As Vintasoft.Imaging.VintasoftImage
public abstract Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings progressController,
Vintasoft.Imaging.Utils.IProgressController decodingSettings
)
Parameters
- progressController
- Progress controller.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
The image associated with this ImagePage object if image was loaded successfully; otherwise, null.