Click or drag to resize

GStateSetTextRise Method

Sets text rise. Text rise specifies the distance, in unscaled text space units, to move the baseline up or down from its default location. Positive values of text rise move the baseline up

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTextRise(
	double rise
)

Parameters

rise
Type: SystemDouble
the new text rise
See Also