Skip to content

DocumentActionType

@scaryterry/pdfium


Defined in: src/core/types.ts:1692

Document-level action types for form events.

These actions are triggered at document lifecycle events.

Enumeration MemberValueDescriptionDefined in
DidPrint"DidPrint"Executed after the document is printed.src/core/types.ts:1702
DidSave"DidSave"Executed after the document is saved.src/core/types.ts:1698
WillClose"WillClose"Executed before the document is closed.src/core/types.ts:1694
WillPrint"WillPrint"Executed before the document is printed.src/core/types.ts:1700
WillSave"WillSave"Executed before the document is saved.src/core/types.ts:1696