Click or drag to resize

PdfLinkAnnotationDestinationType Property

Gets or sets a value representing the type of link which this class represents.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfLinkAnnotationDestinationType DestinationType { get; set; }

Property Value

Type: PdfLinkAnnotationDestinationType
Remarks

This property can not be changed if IsLocked is true.

See Also