See Also Examples Applies To
Sets the current color to use to draw text.
Syntax
object.PdfSetTextColor (nRGBColor)
The PdfSetTextColor syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nRGBColor | Required. Long. RGB color value which can be obtained with the GetRGB() function. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions