IPXC_Pattern::PaintType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pattern::PaintType Property}}
 
{{#customTitle:IPXC_Pattern::PaintType Property}}
{{#parentPage:PXV:IPXC_Pattern|PaintType Property|property}}
+
{{#parentPage:PXV:IPXC_Pattern#Properties|PaintType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PaintType''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternPaintType|PXC_PatternPaintType]] ...
+
Property '''nPaintType''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternPaintType|PXC_PatternPaintType]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PaintType([out, retval]  PXC_PatternPaintType*  pPaintType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PaintType([out, retval]  PXC_PatternPaintType*  nPaintType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Pattern|IPXC_Pattern]].
+
[[PXV:IPXC_Pattern|IPXC_Pattern]]

Latest revision as of 03:34, 15 June 2015


Property nPaintType of interface IPXC_Pattern returns Value of PXC_PatternPaintType ...

Syntax

HRESULT get_PaintType([out, retval]  PXC_PatternPaintType*  nPaintType);

See Also

IPXC_Pattern