Class PdfViewerHighlightSettings
Represents the settings for highlight annotation.
Inheritance
System.Object
PdfViewerHighlightSettings
Inherited Members
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 |