| PdfTextObjectFontSize Property |
Gets or sets font size.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float FontSize { get; set; }
Public Property FontSize As Single
Get
Set
public:
property float FontSize {
float get ();
void set (float value);
}
member FontSize : float32 with get, set
/** @property */
public float get_FontSize()
/** @property */
public void set_FontSize(float value)
function get_FontSize();
function set_FontSize(value);
Property Value
SingleSee Also