'Declaration Public Function CanUseProgressiveDecoding( _
ByVal decodingSettingsThe decoding settings, which should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
) As Boolean
public bool CanUseProgressiveDecoding(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings
)
public: bool CanUseProgressiveDecoding(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings
)
public:
bool CanUseProgressiveDecoding(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings
)
Parameters
- decodingSettings
- The decoding settings, which should be used for decoding of page image.
Return Value
True if decoder can progressively read the image;
false if decoder cannot progressively read the image.
false if decoder cannot progressively read the image.