Skip to main content

PdfGoToAction(PdfDocument, PdfDestination) Constructor

Initializes a new PdfGoToAction object with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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