Determines the brush to fill the text. If not specified, the default document brush will be used (setBrush method).
Determines the font to use. If not specified, the default document font will be used (setFont method).
Determines the pen to stroke the text. If not specified, the default document pen will be used (setPen method).
Represents the settings used by drawText method to draw a text with the specified PdfPen and PdfBrush.