GetImageRectScales(Int32,DecodingSettings) Method (JpegDecoder)
Returns an array of scale factors for rectangles of image grid.
'Declaration
Public Function GetImageRectScales( _
ByVal As System.Int32, _
ByVal As DecodingSettings _
) As System.Int32[]
Parameters
- pageIndex
- The zero based page index. This parameter is not used and can be set to 0.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
An array of scale factors for rectangles of image grid.
Possible values of scale factor:
- 1 - decoder can return image rectangle without scaling
- N - decoder can return an image rectangle reduced N times
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5