'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("The type of annotation.")> Public Overridable Property AnnotationType As PdfAnnotationType
[Category("Common")] [Description("The type of annotation.")] public virtual PdfAnnotationType AnnotationType { get; set; }
[Category("Common")] [Description("The type of annotation.")] public: __property virtual PdfAnnotationType get_AnnotationType(); public: __property virtual void set_AnnotationType(
PdfAnnotationType value
);
[Category("Common")] [Description("The type of annotation.")] public:
virtual property PdfAnnotationType AnnotationType { PdfAnnotationType get(); void set(PdfAnnotationType value); }