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.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
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