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