Property FontSize
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FontSize
Gets or sets the size of the font (in points) used to display text in this PdfListBox.
public double FontSize { get; set; }
Property Value
- double
The size of the font (in points) used to display text in this PdfListBox.
Remarks
The value of this property can be 0. Such a value means that the font size is to be automatically adjusted in PDF viewer so that the text fills the list box as much as possible.