PXV_DocContentChangesFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_DocContentChangesFlags Enumeration}}
 
{{#customTitle:PXV_DocContentChangesFlags Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 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

See also ...