IPXV_Inst::CommentStylesManager Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets a special manager of predefined styles of annotations as pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] object.
+
Gets a special manager of predefined styles of annotations as pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  ppCommmentStyleMan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  pCommmentStyleMan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


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

Syntax

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

See Also

IPXV_Inst