VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class / HighlightingMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    HighlightingMode Property (PdfWidgetAnnotation)
    In This Topic
    Gets or sets the annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")>
    <DefaultValueAttribute(Default)>
    Public Property HighlightingMode As PdfAnnotationHighlightingMode
    
    
    [Category("Appearance")]
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [DefaultValue(Default)]
    public PdfAnnotationHighlightingMode HighlightingMode { get; set; }
    
    
    [Category("Appearance")]
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [DefaultValue(Default)]
    public: __property PdfAnnotationHighlightingMode get_HighlightingMode();
    public: __property void set_HighlightingMode(
    PdfAnnotationHighlightingMode value
    );
    [Category("Appearance")]
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [DefaultValue(Default)]
    public:
    property PdfAnnotationHighlightingMode HighlightingMode { PdfAnnotationHighlightingMode get(); void set(PdfAnnotationHighlightingMode value); }

    Property Value

    Default value is PdfAnnotationHighlightingMode.Default.
    Remarks

    A highlighting mode other than PdfAnnotationHighlightingMode.Push overrides any down appearance defined for the annotation.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also