Click or drag to resize

PdfGoToRAction(PdfDocument, PdfFileSpecification, PdfDestination) Constructor

Initializes a new instance of the PdfGoToRAction class with the document, file specification and the destination.

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public PdfGoToRAction(
	PdfDocument document,
	PdfFileSpecification fileSpec,
	PdfDestination destination
)

Parameters

document  PdfDocument
Document which contains this action.
fileSpec  PdfFileSpecification
The file in which the destination is located.
destination  PdfDestination
The destination to jump to.
See Also