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.6.1+1d1ddee1b750f38b2287c750628b9791d3c49600
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