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: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfLinkAnnotationDestinationType DestinationType { get; set; }
Public Property DestinationType As PdfLinkAnnotationDestinationType
Get
Set
Property Value
Type:
PdfLinkAnnotationDestinationType
Remarks
This property can not be changed if IsLocked is true.
See Also