'Declaration <DescriptionAttribute("The highlighting mode.")> <DefaultValueAttribute(Default)> <CategoryAttribute("Common")> Public Property HighlightingMode As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode
[Description("The highlighting mode.")] [DefaultValue(Default)] [Category("Common")] public Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode HighlightingMode { get; set; }
[Description("The highlighting mode.")] [DefaultValue(Default)] [Category("Common")] public: __property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode get_HighlightingMode(); public: __property void set_HighlightingMode(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode value
);
[Description("The highlighting mode.")] [DefaultValue(Default)] [Category("Common")] public:
property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode HighlightingMode { Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode get(); void set(Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationHighlightingMode value); }