Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGoToAction(PdfDocument, PdfDestination) Constructor

Initializes a new PdfGoToAction object with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfGoToAction(
    PdfDocument document,
    PdfDestination destination
)

Parameters

Name Type Description
document PdfDocument

A target document.

destination PdfDestination

A PdfDestination object that is a destination (a particular view of a document).

See Also