IPXV_DocHighlightItem::RoundRadius Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocHighlightItem::RoundRadius Property}}
 
{{#customTitle:IPXV_DocHighlightItem::RoundRadius Property}}
 +
{{#parentPage:PXV:IPXV_DocHighlightItem#Properties|RoundRadius|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''RoundRadius''' of interface [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]] returns/sets  Value of LONG ...
 
Property '''RoundRadius''' of interface [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]] returns/sets  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RoundRadius([out, retval] LONG* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RoundRadius([out, retval] LONG* nVal);
HRESULT put_RoundRadius([in] LONG pVal);
+
HRESULT put_RoundRadius([in] LONG nVal);
 
</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 RoundRadius of interface IPXV_DocHighlightItem returns/sets Value of LONG ...

Syntax

HRESULT get_RoundRadius([out, retval]  LONG*  nVal);
HRESULT put_RoundRadius([in]  LONG  nVal);

See Also

IPXV_DocHighlightItem