Table of Contents

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 PdfTextBox.

public double FontSize { get; set; }

Property Value

double

The size of the font (in points) used to display text in this PdfTextBox.

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 text box as much as possible.