Click or drag to resize

PdfDestinationCollectionsGetByName Method

Get a special destination by the name.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfDestination GetByName(
	string name
)

Parameters

name  String
The name of a special named destination. Can't be NULL or empty string.

Return Value

PdfDestination
The instance of PdfDestination class.
Remarks
This method have problem with non english national character encoding
See Also