IDevMode::DitherType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IDevMode::DitherType Property}}
 
{{#customTitle:IDevMode::DitherType Property}}
{{#parentPage:PXV:IDevMode#Properties|DitherType Property|property}}
+
{{#parentPage:PXV:IDevMode#Properties|DitherType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DitherType([out, retval]  ULONG*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DitherType([out, retval]  ULONG*  nVal);
HRESULT put_DitherType([in]  ULONG  pVal);
+
HRESULT put_DitherType([in]  ULONG  nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IDevMode|IDevMode]].
+
[[PXV:IDevMode|IDevMode]]

Latest revision as of 03:14, 15 June 2015


Property DitherType of interface IDevMode returns/sets Value of ULONG ...

Syntax

HRESULT get_DitherType([out, retval]  ULONG*  nVal);
HRESULT put_DitherType([in]  ULONG  nVal);

See Also

IDevMode