PXC_RemoveXMPFlags 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXC_RemoveXMPFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_RemoveXMPFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXC_RemoveXMPFlags
 +
{
 +
    RemoveXMP_Document  = 1,
 +
    RemoveXMP_DocInfo    = 2,
 +
    RemoveXMP_Pages      = 4,
 +
    RemoveXMP_Images    = 8,
 +
    RemoveXMP_XForms    = 32,
 +
    RemoveXMP_Fonts      = 64,
 +
    RemoveXMP_ColorSpace = 128,
 +
    RemoveXMP_All        = 4095,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;RemoveXMP_Document
 +
:The ...
 +
;RemoveXMP_DocInfo
 +
:The ...
 +
;RemoveXMP_Pages
 +
:The ...
 +
;RemoveXMP_Images
 +
:The ...
 +
;RemoveXMP_XForms
 +
:The ...
 +
;RemoveXMP_Fonts
 +
:The ...
 +
;RemoveXMP_ColorSpace
 +
:The ...
 +
;RemoveXMP_All
 +
:The ...

Latest revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

enum PXC_RemoveXMPFlags
{
    RemoveXMP_Document   = 1,
    RemoveXMP_DocInfo    = 2,
    RemoveXMP_Pages      = 4,
    RemoveXMP_Images     = 8,
    RemoveXMP_XForms     = 32,
    RemoveXMP_Fonts      = 64,
    RemoveXMP_ColorSpace = 128,
    RemoveXMP_All        = 4095,
};

Constants

RemoveXMP_Document
The ...
RemoveXMP_DocInfo
The ...
RemoveXMP_Pages
The ...
RemoveXMP_Images
The ...
RemoveXMP_XForms
The ...
RemoveXMP_Fonts
The ...
RemoveXMP_ColorSpace
The ...
RemoveXMP_All
The ...