See Also Examples Applies To
Specifies the mode to draw text.
Syntax
object.PdfSetTextMode (nTextMode)
The PdfSetTextMode syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nTextMode |
Required. long. Can be: 0: Filled text (default). 1: Outline text. 2: Fill then stroke text. 3: Invisible text. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions