Class PdfLinkAnnotation
Represents the base class for the link annotations.
Inheritance
System.Object
PdfLinkAnnotation
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfLinkAnnotation : PdfAnnotation, IPdfWrapper, INotifyPropertyChanged
Constructors
PdfLinkAnnotation()
Initializes new instance of PdfLinkAnnotation class.
Declaration
public PdfLinkAnnotation()
PdfLinkAnnotation(RectangleF)
Initializes new instance of PdfLinkAnnotation class with specified bounds.
Declaration
public PdfLinkAnnotation(RectangleF rectangle)
Parameters
Type | Name | Description |
---|---|---|
RectangleF | rectangle | The bounds of the annotation. |
Properties
HighlightMode
Gets or sets the highlight mode of the link annotation.
Declaration
public PdfHighlightMode HighlightMode { get; set; }
Property Value
Type | Description |
---|---|
PdfHighlightMode | The PdfHighlightMode enumeration value which sets the highlight mode. |
Methods
Initialize()
Initializes annotation object.
Declaration
protected override void Initialize()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged