PdfLinkAnnotationDestinationPage Property |
Gets or sets a value representing the destination page of this link.
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int DestinationPage { get; set; }
Public Property DestinationPage As Integer
Get
Set
Property Value
Type:
Int32Remarks
This property will be set to 0 if DestinationType is not Page or the page is out of range.
This property can not be changed if IsLocked is true.
See Also