PXV_DocContentChangesFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_DocContentChangesFlags Enumeration}}
 
{{#customTitle:PXV_DocContentChangesFlags Enumeration}}
{{#parentPage:PXV:PXV|PXV_DocContentChangesFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_DocContentChangesFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:32, 21 May 2015


Specifies the ...

Syntax

enum PXV_DocContentChangesFlags
{
    DCCF_Deleted     = 1,
    DCCF_Transformed = 2,
    DCCF_NewProps    = 4,
    DCCF_Added       = 8,
    DCCF_Reordered   = 16,
    DCCF_New         = 32768,
};

Constants

DCCF_Deleted
The ...
DCCF_Transformed
The ...
DCCF_NewProps
The ...
DCCF_Added
The ...
DCCF_Reordered
The ...
DCCF_New
The ...

See Also

...