PXC_DocModifyType Enumeration

From PDF XChange PDF SDK
Revision as of 17:02, 25 May 2015 by Pifagor (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies type of document modification.

Syntax

enum PXC_DocModifyType
{
    DocModify_Undo = 0,
    DocModify_Redo = 1,
    DocModify_Do   = 2,
};

Constants

DocModify_Undo
Indicates the undoing of actions on the document
DocModify_Redo
Indicates the rollback of actions on the document
DocModify_Do
Indicates the executing of actions on the document

See Also

IPXV_Inst::ModifyCoreDoc, IPXV_Inst::ModifyDoc