Click or drag to resize

DocumentAdditionalActions Class

Represents a collection of sets of actions to taken at the document event level. Note that these events are to be carried out by a PDF viewing application, not by the PdfGeneratedDocument class.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.ActionsDocumentAdditionalActions

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class DocumentAdditionalActions : IValidatable

The DocumentAdditionalActions type exposes the following members.

Constructors
  NameDescription
Public methodDocumentAdditionalActions
Initializes a new instance of the DocumentAdditionalActions class. All actions will be set to new empty lists.
Top
Properties
  NameDescription
Public propertyOnDocumentClosing
Gets the actions to be performed when a document will be closed. This is initialized to an empty list.
Public propertyOnDocumentOpened
Gets the actions to be performed when a document has been opened. This is initialized to an empty list.
Public propertyOnDocumentPrinted
Gets the actions to be performed when a document has been printed. This is initialized to an empty list.
Public propertyOnDocumentPrinting
Gets the actions to be performed when a document will be printed. This is initialized to an empty list.
Public propertyOnDocumentSaved
Gets the actions to be performed when a document has been saved. This is initialized to an empty list.
Public propertyOnDocumentSaving
Gets the actions to be performed when a document will be saved. This is initialized to an empty list.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Determines whether all action lists are empty.
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the object and accumulates any problems in the problems list.
Top
See Also