Click or drag to resize

GStateSetTextRenderMode Method

Sets text rendering mode. The text rendering mode determines whether showing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. See Section 5.2.5 in PDF Reference Manual for details..

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTextRenderMode(
	GStateTextRenderingMode rmode
)

Parameters

rmode
Type: pdftron.PDFGStateTextRenderingMode
the new text render mode
See Also