WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerHighlightSettings

    Show / Hide Table of Contents

    Class PdfViewerHighlightSettings

    Represents the settings for highlight annotation.

    Inheritance
    System.Object
    AnnotationSettings
    TextMarkupAnnotationSettings
    PdfViewerHighlightSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Subject
    AnnotationSettings.Text
    AnnotationSettings.Opacity
    AnnotationSettings.IsLocked
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Media.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved