Click or drag to resize

PdfLinkAnnotationDestinationUrl Property

Gets or sets a value representing the destination URL 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 string DestinationUrl { get; set; }

Property Value

Type: String
Remarks

This property will be set to null if DestinationType is not Url.

This property can not be changed if IsLocked is true.

See Also