Show / Hide Table of Contents

Enum PDFDoc.EventType

Event types for PDFDoc

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum EventType

Fields

Name Description
e_action_trigger_doc_did_print

Triggered after printing a document.

e_action_trigger_doc_did_save

Triggered after saving a document.

e_action_trigger_doc_will_close

Triggered before closing a document.

e_action_trigger_doc_will_print

Triggered before printing a document.

e_action_trigger_doc_will_save

Triggered before saving a document.

Back to top Generated by DocFX