Click or drag to resize

GStateSetLeading Method

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
)

Parameters

leading
Type: SystemDouble
the new leading
See Also