Class PdfLinkAnnotation
- Namespace
- Syncfusion.Pdf.Interactive
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents the base class for the link annotations.
public abstract class PdfLinkAnnotation : PdfAnnotation, INotifyPropertyChanged
- Inheritance
-
PdfLinkAnnotation
- Implements
- Derived
- Inherited Members
Constructors
PdfLinkAnnotation()
Initializes new instance of PdfLinkAnnotation class.
public PdfLinkAnnotation()
- See Also
PdfLinkAnnotation(RectangleF)
Initializes new instance of PdfLinkAnnotation class with specified bounds.
public PdfLinkAnnotation(RectangleF rectangle)
Parameters
rectangle
RectangleFThe bounds of the annotation.
- See Also
Properties
HighlightMode
Gets or sets the highlight mode of the link annotation.
public PdfHighlightMode HighlightMode { get; set; }
Property Value
- PdfHighlightMode
The PdfHighlightMode enumeration value which sets the highlight mode.
- See Also
Methods
Initialize()
Initializes annotation object.
protected override void Initialize()
- See Also