Gets the leading.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetLeading()
Public Function GetLeading As Double
public:
virtual double GetLeading() sealed
Return Value
Type:
Double currently selected leading parameter
The leading parameter is measured in unscaled text space units. It specifies
the vertical distance between the baselines of adjacent lines of text.
See Section 5.2.4 in PDF Reference Manual for details.
See Also