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