Enum PdfDocumentAActionType
Specifies the types of additional actions (AAction) that can be triggered in a PDF document.
public enum PdfDocumentAActionType
Fields
DidPrint = 4
DidSave = 3
WillClose = 0
WillPrint = 2
WillSave = 1
Remarks
These actions represent specific events in the lifecycle of a PDF document, such as closing, saving, or printing. They can be used to define custom behaviors or scripts that execute when the corresponding event occurs.