GStateGetTextRenderMode Method |
Gets the text render mode.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GStateTextRenderingMode GetTextRenderMode()
Public Function GetTextRenderMode As GStateTextRenderingMode
public:
virtual GStateTextRenderingMode GetTextRenderMode() sealed
function GetTextRenderMode();
Return Value
Type:
GStateTextRenderingMode current 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..
See Also