VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class / GetImageRectScales() Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetImageRectScales() Method (TiffPage)
In This Topic
Returns an array of scale factors for rectangles of image grid.
Syntax
'Declaration

Public Function GetImageRectScales() As System.Int32[]

public System.Int32[] GetImageRectScales()

Return Value

An array of scale factors for rectangles of image grid.
Remarks

Possible values of scale factor:

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

Requirements

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

See Also