IPXC_Annotation::OC Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::OC Property}} | {{#customTitle:IPXC_Annotation::OC Property}} | ||
− | {{#parentPage:PXV:IPXC_Annotation|OC | + | {{#parentPage:PXV:IPXC_Annotation#Properties|OC|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_OC([out, retval] IUnknown** pOCMD); |
− | HRESULT put_OC([in] IUnknown* | + | HRESULT put_OC([in] IUnknown* pOCMD); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03: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);