Click or drag to resize

PdfDocumentLevelActions Class

Represents the additional actions in a PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.ActionsPdfAAction
      Patagames.Pdf.Net.ActionsPdfDocumentLevelActions

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.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