 | PdfDestinationCollectionsGetByName Method |
Get a special destination by the name.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfDestination GetByName(
string name
)
Public Function GetByName (
name As String
) As PdfDestination
public:
PdfDestination^ GetByName(
String^ name
)
member GetByName :
name : string -> PdfDestination public PdfDestination GetByName(
String name
)
function GetByName(name);
Parameters
- name String
- The name of a special named destination. Can't be NULL or empty string.
Return Value
PdfDestinationThe instance of PdfDestination class.
RemarksThis method have problem with non english national character encoding
See Also