Click or drag to resize
Pdftools logo

TextGeneratorFont Property

The current font.

The font is used for all subsequent Show(String) and ShowLine(String) calls.

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.12.0+5e7853f3b1a241c2ec0dd9e8fc4b9015d17a37d8
Syntax
C#
public Font Font { set; }

Property Value

Font
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
InvalidOperationExceptionif the underlying text object has already been closed
ArgumentExceptionif the document associated with the given Font object has already been closed
ArgumentExceptionif the given Font object is associated with a different document
ArgumentExceptionif the given Font object has been obtained from Font
ArgumentNullException[set] if value is .
See Also