'Declaration <CategoryAttribute("BorderStyle")> <DescriptionAttribute("The border style.")> Public Property BorderStyle As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType
[Category("BorderStyle")] [Description("The border style.")] public Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType BorderStyle { get; set; }
[Category("BorderStyle")] [Description("The border style.")] public: __property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType get_BorderStyle(); public: __property void set_BorderStyle(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType value
);
[Category("BorderStyle")] [Description("The border style.")] public:
property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType BorderStyle { Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType get(); void set(Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderStyleType value); }