menu

Document Processing

PdfViewerHighlightSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerHighlightSettings Class

    Represents the settings for highlight annotation.

    Inheritance
    System.Object
    AnnotationSettings
    TextMarkupAnnotationSettings
    PdfViewerHighlightSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Constraints
    AnnotationSettings.IsLocked
    AnnotationSettings.ModifiedDate
    AnnotationSettings.Opacity
    AnnotationSettings.Subject
    AnnotationSettings.Text
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PdfViewerHighlightSettings : TextMarkupAnnotationSettings

    Constructors

    PdfViewerHighlightSettings()

    Declaration
    public PdfViewerHighlightSettings()

    Properties

    HighlightColor

    Get and Set the highlight color. The default value is System.Windows.Media.Colors.Yellow

    Declaration
    public Color HighlightColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved