PXC_DocumentMetaOper Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 8: Line 8:
 
{
 
{
 
     DMO_AddDocAttach = 0;
 
     DMO_AddDocAttach = 0;
 +
    DMO__Last_ = 1;
 
};
 
};
 
</pre>
 
</pre>
Line 13: Line 14:
 
== Constants ==
 
== Constants ==
 
;DMO_AddDocAttach
 
;DMO_AddDocAttach
 +
:The ...
 +
;DMO__Last_
 
:The ...
 
:The ...
  
 
== See Also ==
 
== See Also ==
 
See also ...
 
See also ...

Revision as of 22:58, 13 April 2015

Specifies the ...

Syntax

enum PXC_DocumentMetaOper
{
    DMO_AddDocAttach = 0;
    DMO__Last_ = 1;
};

Constants

DMO_AddDocAttach
The ...
DMO__Last_
The ...

See Also

See also ...