Property Font
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Font
Gets or sets the font to use for the text of the signature.
public PdfFont? Font { get; set; }
Property Value
- PdfFont
The font to use for the text of the signature.
Remarks
Default value: null
.
The value of this property can be null
. When the value is null
, the font
will be chosen automatically.