VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfLinkAnnotation Class / HighlightingMode Property
Синтаксис Требования Смотрите также
В этом разделе
    HighlightingMode Свойство (PdfLinkAnnotation)
    В этом разделе
    Возвращает или задает режим подсветки аннотации, визуальный эффект, который будет использоваться при нажатии или удержании кнопки мыши внутри ее активной области.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(Default)>
    <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.")>
    Public Property HighlightingMode As PdfAnnotationHighlightingMode
    
    
    [Category("Appearance")]
    [DefaultValue(Default)]
    [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.")]
    public PdfAnnotationHighlightingMode HighlightingMode { get; set; }
    
    
    [Category("Appearance")]
    [DefaultValue(Default)]
    [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.")]
    public: __property PdfAnnotationHighlightingMode get_HighlightingMode();
    public: __property void set_HighlightingMode(
    PdfAnnotationHighlightingMode value
    );
    [Category("Appearance")]
    [DefaultValue(Default)]
    [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.")]
    public:
    property PdfAnnotationHighlightingMode HighlightingMode { PdfAnnotationHighlightingMode get(); void set(PdfAnnotationHighlightingMode value); }
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также