Back to Devexpress

PdfJumpAction Class

officefileapi-devexpress-dot-pdf-3b44a176.md

latest1.3 KB
Original Source

PdfJumpAction Class

Serves as the base for classes that allow jumping to a destination in the current document (PdfGoToAction) or a destination in another PDF file (PdfRemoteGoToAction).

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public abstract class PdfJumpAction :
    PdfAction
vb
Public MustInherit Class PdfJumpAction
    Inherits PdfAction

Inheritance

Object DevExpress.Pdf.Native.PdfDocumentItem DevExpress.Pdf.Native.PdfObject PdfAction PdfJumpAction PdfGoToAction

PdfRemoteGoToAction

See Also

PdfJumpAction Members

DevExpress.Pdf Namespace