'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The font of the text.")> Public Property Font As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont
[Category("Appearance")] [Description("The font of the text.")] public Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont Font { get; set; }
[Category("Appearance")] [Description("The font of the text.")] public: __property Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* get_Font(); public: __property void set_Font(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* value
);
[Category("Appearance")] [Description("The font of the text.")] public:
property Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ Font { Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ get(); void set(Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ value); }