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