IPXV_PageRectSelection::Grayscale Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Grayscale([out, retval]  VARIANT_BOOL*  bGrayscale);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Grayscale([out, retval]  VARIANT_BOOL*  Grayscale);
HRESULT put_Grayscale([in]  VARIANT_BOOL  bGrayscale);
+
HRESULT put_Grayscale([in]  VARIANT_BOOL  Grayscale);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]]
 
[[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]]

Revision as of 07:38, 12 June 2015


Property Grayscale of interface IPXV_PageRectSelection returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_Grayscale([out, retval]  VARIANT_BOOL*  Grayscale);
HRESULT put_Grayscale([in]  VARIANT_BOOL  Grayscale);

See Also

IPXV_PageRectSelection