'Declaration <DescriptionAttribute("A pen of this figure.")> Public Property Pen As Vintasoft.Imaging.Pdf.Drawing.PdfPen
[Description("A pen of this figure.")] public Vintasoft.Imaging.Pdf.Drawing.PdfPen Pen { get; set; }
[Description("A pen of this figure.")] public: __property Vintasoft.Imaging.Pdf.Drawing.PdfPen* get_Pen(); public: __property void set_Pen(
Vintasoft.Imaging.Pdf.Drawing.PdfPen* value
);
[Description("A pen of this figure.")] public:
property Vintasoft.Imaging.Pdf.Drawing.PdfPen^ Pen { Vintasoft.Imaging.Pdf.Drawing.PdfPen^ get(); void set(Vintasoft.Imaging.Pdf.Drawing.PdfPen^ value); }