| PdfTextObjectFont Property |
Gets or sets the Font of a text object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfFont Font { get; set; }
Public Property Font As PdfFont
Get
Set
public:
property PdfFont^ Font {
PdfFont^ get ();
void set (PdfFont^ value);
}
member Font : PdfFont with get, set
/** @property */
public PdfFont get_Font()
/** @property */
public void set_Font(PdfFont value)
function get_Font();
function set_Font(value);
Property Value
PdfFontSee Also