IPXV_Inst::CommentStylesManager Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  pCommmentStyleMan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  CommmentStyleMan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Revision as of 07:34, 12 June 2015


Gets a special manager of predefined styles of annotations as pointer to IPXV_CommentStylesManager.

Syntax

HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  CommmentStyleMan);

See Also

IPXV_Inst