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