Skip to content

DocumentActionType

@scaryterry/pdfium


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

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:1675
DidSave"DidSave"Executed after the document is saved.src/core/types.ts:1671
WillClose"WillClose"Executed before the document is closed.src/core/types.ts:1667
WillPrint"WillPrint"Executed before the document is printed.src/core/types.ts:1673
WillSave"WillSave"Executed before the document is saved.src/core/types.ts:1669