IPXC_GState::LineWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GState::LineWidth Property}}
 
{{#customTitle:IPXC_GState::LineWidth Property}}
{{#parentPage:PXV:IPXC_GState|property}}
+
{{#parentPage:PXV:IPXC_GState|LineWidth Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LineWidth([out, retval] double* pLineWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LineWidth([out, retval] double* pLineWidth);
HRESULT put_LineWidth([in] double pLineWidth);
+
HRESULT put_LineWidth([in] double pLineWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_GState|IPXC_GState]].
 
See also [[PXV:IPXC_GState|IPXC_GState]].

Revision as of 06:05, 23 April 2015


Property LineWidth of interface IPXC_GState returns/sets Value of double ...

Syntax

HRESULT get_LineWidth([out, retval]  double*  pLineWidth);
HRESULT put_LineWidth([in]  double  pLineWidth);

See Also

See also IPXC_GState.