IPXC_Annotation::OC Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::OC Property}}
 
{{#customTitle:IPXC_Annotation::OC Property}}
{{#parentPage:PXV:IPXC_Annotation#Properties|OC Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|OC|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''OC''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Pointer to IUnknown* ...
+
Represents [[PXV:IPXC_OCG|optional content group]] or [[PXV:IPXC_OCMD|optional content membership dictionary]] that the annotation is associated with. If annotation has associated optional content, its visibility will be checked before the annotation will be drawn, as well as annotation's [[PXV:IPXC_Annotation_Flags|flags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OC([out, retval]  IUnknown**  ppOCMD);
+
<pre class="brush:cpp;gutter:false">HRESULT get_OC([out, retval]  IUnknown**  pOCMD);
HRESULT put_OC([in]  IUnknown*  ppOCMD);
+
HRESULT put_OC([in]  IUnknown*  pOCMD);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:48, 20 February 2017


Represents optional content group or optional content membership dictionary that the annotation is associated with. If annotation has associated optional content, its visibility will be checked before the annotation will be drawn, as well as annotation's flags.

Syntax

HRESULT get_OC([out, retval]  IUnknown**  pOCMD);
HRESULT put_OC([in]  IUnknown*  pOCMD);

See Also

IPXC_Annotation