PdfGoToAction(PdfDocument, PdfDestination) Constructor
Initializes a new PdfGoToAction object with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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