GStateGetHorizontalScale Method |
Gets the horizontal scale.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetHorizontalScale()
Public Function GetHorizontalScale As Double
public:
virtual double GetHorizontalScale() sealed
function GetHorizontalScale();
Return Value
Type:
Double currently selected horizontal scale
The horizontal scaling parameter adjusts the width of glyphs by stretching
or compressing them in the horizontal direction. Its value is specified as
a percentage of the normal width of the glyphs, with 100 being the normal width.
The scaling always applies to the horizontal coordinate in text space, independently
of the writing mode. See Section 5.2.3 in PDF Reference Manual for details.
See Also