'Declaration Public Function CanUseProgressiveDecoding( _
ByVal pageIndexIndex of the page.As System.Int32, _
ByVal decodingSettingsThe decoding settings.As DecodingSettings _
) As Boolean
public bool CanUseProgressiveDecoding(
System.Int32 pageIndex,
DecodingSettings decodingSettings
)
public: bool CanUseProgressiveDecoding(
System.Int32 pageIndex,
DecodingSettings* decodingSettings
)
public:
bool CanUseProgressiveDecoding(
System.Int32 pageIndex,
DecodingSettings^ decodingSettings
)
Parameters
- pageIndex
- Index of the page.
- decodingSettings
- The decoding settings.
Return Value
true if this decoder can use the progressive decoding for specified page; otherwise, false.