IPdfTextDrawSettings Interface

File
wijmo.pdf.js
Module
wijmo.pdf
Implements
IPdfTextSettings

Represents the settings used by drawText method to draw a text with the specified PdfPen and PdfBrush.

Properties

Properties

brush

Determines the brush to fill the text. If not specified, the default document brush will be used (setBrush method).

Type
any

font

Determines the font to use. If not specified, the default document font will be used (setFont method).

Type
PdfFont

pen

Determines the pen to stroke the text. If not specified, the default document pen will be used (setPen method).

Type
any