VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / IRasterGridImageDecoder Interface / GetImageRectScales(DecodingSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetImageRectScales(DecodingSettings) Method (IRasterGridImageDecoder)
    In This Topic
    Returns an array of scale factors for rectangles of image grid.
    Syntax
    'Declaration
    
    Public Function GetImageRectScales( _
    ByVal decodingSettings
    The decoding settings that should be used for decoding of page image.
    As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
    ) As System.Int32[]
    public System.Int32[] GetImageRectScales(
    Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings
    )
    public: System.Int32[] GetImageRectScales(
    Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings
    )
    public:
    System.Int32[] GetImageRectScales(
    Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings
    )

    Parameters

    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.
    Remarks

    Possible values of scale factor:

    • 1 - decoder can return image rectangle without scaling
    • N - decoder can return an image rectangle reduced N times

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also