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