'Declaration Public Function CanReadImageRegion( _
ByVal scaleScale factor. Possible values: 1 - original image rect should be get; N - reduced image rect should be get.As System.Int32, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
) As Boolean
public bool CanReadImageRegion(
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings
)
public: bool CanReadImageRegion(
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings
)
public:
bool CanReadImageRegion(
System.Int32 scale,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings
)
Parameters
- scale
- Scale factor. Possible values: 1 - original image rect should be get; N - reduced image rect should be get.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
True if decoder can read a region of the image;
false if decoder can read only rectangle of the image.
false if decoder can read only rectangle of the image.