 | PdfDocumentOpenDestination Property |
Gets or sets a value specifying a destination to be displayed when the document is opened.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic PdfDestination OpenDestination { get; set; }
Public Property OpenDestination As PdfDestination
Get
Set
public:
property PdfDestination^ OpenDestination {
PdfDestination^ get ();
void set (PdfDestination^ value);
}
member OpenDestination : PdfDestination with get, set
/** @property */
public PdfDestination get_OpenDestination()
/** @property */
public void set_OpenDestination(PdfDestination value)
function get_OpenDestination();
function set_OpenDestination(value);
Property Value
Type:
PdfDestination
See Also