PXC_ContentAccessMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ContentAccessMode Enumeration}}
 
{{#customTitle:PXC_ContentAccessMode Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ContentAccessMode|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ContentAccessMode
 
<pre class="brush:cpp;gutter:false">enum PXC_ContentAccessMode
 
{
 
{
     CAccessMode_Readonly = 0;
+
     CAccessMode_Readonly = 0,
     CAccessMode_WeakClone = 1;
+
     CAccessMode_WeakClone = 1,
     CAccessMode_FullClone = 2;
+
     CAccessMode_FullClone = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 22: Line 26:
  
 
== See Also ==
 
== 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_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