VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfAction Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
PdfAction Class
In This Topic
Base class for action associated with PDF element (page, bookmark, link, annotation...).
Object Model
PdfDocument PdfIndirectReference PdfBasicObject PdfAction
Syntax
'Declaration

Public Class PdfAction
   Inherits PdfTreeNodeBase

public class PdfAction : PdfTreeNodeBase

Remarks

Instead of simply jumping to a destination in the document, an annotation or bookmark can specify an action (PDF 1.1) for the viewer application to perform, such as launching an application or jump to page.

Inheritance Hierarchy
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also