 | PdfBookmarkDestination Property |
Gets or sets the PdfDestination object associated with this bookmark
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfDestination Destination { get; set; }
Public Property Destination As PdfDestination
Get
Set
public:
property PdfDestination^ Destination {
PdfDestination^ get ();
void set (PdfDestination^ value);
}
member Destination : PdfDestination with get, set
/** @property */
public PdfDestination get_Destination()
/** @property */
public void set_Destination(PdfDestination value)
function get_Destination();
function set_Destination(value);
Property Value
PdfDestination
See Also