Click or drag to resize

PdfDestination Constructor

Creates new PdfDestination

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfDestination(
	PdfDocument document,
	string name = null
)

Parameters

document  PdfDocument
Document which contains this destination. Null for remote destination.
name  String  (Optional)
The name of destination in remote document. If specified, all other parameters of the destination are ignored.
See Also