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.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
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