DocumentAdditionalActions Class |
Namespace: Atalasoft.PdfDoc.Actions
The DocumentAdditionalActions type exposes the following members.
Name | Description | |
---|---|---|
DocumentAdditionalActions |
Initializes a new instance of the DocumentAdditionalActions class.
All actions will be set to new empty lists.
|
Name | Description | |
---|---|---|
OnDocumentClosing |
Gets the actions to be performed when a document will be closed. This is initialized to an empty list.
| |
OnDocumentOpened |
Gets the actions to be performed when a document has been opened. This is initialized to an empty list.
| |
OnDocumentPrinted |
Gets the actions to be performed when a document has been printed. This is initialized to an empty list.
| |
OnDocumentPrinting |
Gets the actions to be performed when a document will be printed. This is initialized to an empty list.
| |
OnDocumentSaved |
Gets the actions to be performed when a document has been saved. This is initialized to an empty list.
| |
OnDocumentSaving |
Gets the actions to be performed when a document will be saved. This is initialized to an empty list.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEmpty |
Determines whether all action lists are empty.
| |
MakeRepairContext |
Makes the repair context for repairing problems in this object.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the object and accumulates any problems in the problems list.
|