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]]
+
[[PXV:IPXC_Page_GetContent|IPXC_Page::GetContent]], [[PXV:IPXC_Content_AccessMode|IPXC_Content::AccessMode]], [[PXV:IPXC_XForm_GetContent|IPXC_XForm::GetContent]], [[PXV:IPXC_XForm_GetContentEx|IPXC_XForm::GetContentEx]], [[PXV:IPXC_Pattern_GetContent|IPXC_Pattern::GetContent]]

Latest revision as of 01:31, 1 December 2017


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_XForm::GetContentEx, IPXC_Pattern::GetContent