XFINIUM.PDF.View.Win Documentation
HighlightStyle Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLinkAnnotation Class : HighlightStyle Property
Gets or sets the link highlighting style.
Syntax
'Declaration
 
Public Property HighlightStyle As Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle
'Usage
 
Dim instance As PdfVisualLinkAnnotation
Dim value As Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle
 
instance.HighlightStyle = value
 
value = instance.HighlightStyle
public Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle HighlightStyle {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle HighlightStyle {
   Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle get();
   void set (    Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfLinkAnnotationHighlightStyle that specifies how the link is highlighted when it is activated.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualLinkAnnotation Class
PdfVisualLinkAnnotation Members