IPXV_DocHighlightItem::Pen Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocHighlightItem::Pen Property}}
 
{{#customTitle:IPXV_DocHighlightItem::Pen Property}}
{{#parentPage:PXV:IPXV_DocHighlightItem|Pen Property|property}}
+
{{#parentPage:PXV:IPXV_DocHighlightItem#Properties|Pen|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pen([out, retval]  IUIX_Pen**  ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pen([out, retval]  IUIX_Pen**  pVal);
HRESULT put_Pen([in]  IUIX_Pen*  ppVal);
+
HRESULT put_Pen([in]  IUIX_Pen*  pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]].
+
[[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]]

Latest revision as of 03:51, 15 June 2015


Property Pen of interface IPXV_DocHighlightItem returns/sets Pointer to IUIX_Pen ...

Syntax

HRESULT get_Pen([out, retval]  IUIX_Pen**  pVal);
HRESULT put_Pen([in]  IUIX_Pen*  pVal);

See Also

IPXV_DocHighlightItem