Click or drag to resize

PdfBookmarkDestination Property

Gets or sets a value representing the destination page of this bookmark.

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public PdfDestination Destination { get; set; }

Property Value

Type: PdfDestination
Remarks

This property can only be set to pages in this document.

See Also