Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public int DestinationPage { get; set; }

Property Value

Type: Int32
Remarks

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