IPXC_ContentItem::IsEditable Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItem::IsEditable Property}}
 
{{#customTitle:IPXC_ContentItem::IsEditable Property}}
 +
{{#parentPage:PXV:IPXC_ContentItem#Properties|IsEditable|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''IsEditable''' of interface [[PXV:IPXC_ContentItem|IPXC_ContentItem]] returns  Value of VARIANT_BOOL ...
 
Property '''IsEditable''' of interface [[PXV:IPXC_ContentItem|IPXC_ContentItem]] returns  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsEditable([out, retval] VARIANT_BOOL* pEditable);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsEditable([out, retval] VARIANT_BOOL* bEditable);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ContentItem|IPXC_ContentItem]].
+
[[PXV:IPXC_ContentItem|IPXC_ContentItem]]

Latest revision as of 12:32, 9 June 2016


Property IsEditable of interface IPXC_ContentItem returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsEditable([out, retval]  VARIANT_BOOL*  bEditable);

See Also

IPXC_ContentItem