IPXV_Inst::CommentStylesManager Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CommentStylesManager''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] ...
+
Gets a special manager of predefined styles of annotations as pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] object.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:18, 27 May 2015


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

Syntax

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

See Also

IPXV_Inst