 | PdfDestinationName Property |
Gets the name of the named destination. This value is null for explicit destination
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
/** @property */
public String get_Name()
Property Value
String
See Also