 | PdfDestinationDestinationType Property |
Gets or sets type of destination.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic DestinationTypes DestinationType { get; set; }
Public Property DestinationType As DestinationTypes
Get
Set
public:
property DestinationTypes DestinationType {
DestinationTypes get ();
void set (DestinationTypes value);
}
member DestinationType : DestinationTypes with get, set
/** @property */
public DestinationTypes get_DestinationType()
/** @property */
public void set_DestinationType(DestinationTypes value)
function get_DestinationType();
function set_DestinationType(value);
Property Value
DestinationTypes
See Also