For PDFFont object

Applies to

PDFFont object

Description

Gets or sets the underline property of the font in the PDF document.

Data type

Boolean.

Usage

In scripts

The Underline property takes a boolean value. For example:

lpdf_font = create PDFfont

lpdf_font.fontname = "simsunb"
lpdf_font.underline = TRUE