'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Text font.")> Public Property Font As PdfFont
[Category("Appearance")] [Description("Text font.")] public PdfFont Font {get; set;}
[Category("Appearance")] [Description("Text font.")] public: __property PdfFont* get_Font(); public: __property void set_Font( PdfFont* value );
[Category("Appearance")] [Description("Text font.")] public: property PdfFont^ Font { PdfFont^ get(); void set ( PdfFont^ value); }