IPXC_Annotation::OC Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Annotation::OC Property}}
 
{{#customTitle:IPXC_Annotation::OC Property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|OC|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 ==

Revision as of 10:55, 27 May 2015


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**  ppOCMD);
HRESULT put_OC([in]  IUnknown*  ppOCMD);

See Also

IPXC_Annotation