Click or drag to resize

PdfDocumentLevelActions Class

Represents the additional actions in a PDF document.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.Actions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfDocumentLevelActions : PdfAAction

The PdfDocumentLevelActions type exposes the following members.

Constructors
  NameDescription
Public methodPdfDocumentLevelActions(PdfDocument)
Creates new instance of PdfDocumentLevelActions.
Public methodPdfDocumentLevelActions(PdfDocument, PdfTypeBase)
Creates a new instance of PdfDocumentLevelActions and initialize it with specified dictionary
Top
Properties
  NameDescription
Public propertyDocumentPrinted
Gets or sets the PdfJavaScriptAction to be performed after printing a document.
Public propertyDocumentSaved
Gets or sets the PdfJavaScriptAction to be performed after saving a document.
Public propertyDocumentWillClose
Gets or sets the PdfJavaScriptAction to be performed before closing a document.
Public propertyDocumentWillPrint
Gets or sets the PdfJavaScriptAction to be performed before printing a document.
Public propertyDocumentWillSave
Gets or sets the PdfJavaScriptAction to be performed before saving a document.
Top
See Also