Sets the 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.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetLeading(
double leading
)
Public Sub SetLeading (
leading As Double
)
public:
virtual void SetLeading(
[InAttribute] double leading
) sealed
function SetLeading(leading);
Parameters
- leading
- Type: SystemDouble
the new leading
See Also