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.4.0+02318d3e3f9645a1305b87026fb971a660079e54
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