PXC_ContentAccessMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 26: Line 26:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_Page_GetContent|IPXC_Page::GetContent]], [[PXV:IPXC_Content_AccessMode|IPXC_Content::AccessMode]], [[PXV:IPXC_XForm_GetContent|IPXC_XForm::GetContent]], [[PXV:IPXC_Pattern_GetContent|IPXC_Pattern::GetContent]]

Revision as of 06:12, 23 May 2015


Specifies the ...

Syntax

enum PXC_ContentAccessMode
{
    CAccessMode_Readonly  = 0,
    CAccessMode_WeakClone = 1,
    CAccessMode_FullClone = 2,
};

Constants

CAccessMode_Readonly
The ...
CAccessMode_WeakClone
The ...
CAccessMode_FullClone
The ...

See Also

IPXC_Page::GetContent, IPXC_Content::AccessMode, IPXC_XForm::GetContent, IPXC_Pattern::GetContent