Table of Contents

Enum PdfDocActionType

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the types of actions that can be triggered in a PDF document lifecycle.

public enum PdfDocActionType

Fields

AfterPrint = 20
AfterSave = 18
BeforeClose = 16
BeforePrint = 19
BeforeSave = 17

Remarks

These actions represent specific events that occur during the lifecycle of a PDF document, such as before closing, before saving, or after printing. They can be used to define custom behaviors or workflows associated with these events.