PdfButton.FontSize Property

Gets or sets the size of the font (in points) used to display text in the control.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double FontSize { get; set; }
VB
Public Property FontSize As Double
	Get
	Set

Property Value

Type: Double
The size of the font (in points) used to display text in the control.

See Also