IPXC_Image::ColorSpace Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Image::ColorSpace Property}}
 
{{#customTitle:IPXC_Image::ColorSpace Property}}
 +
{{#parentPage:PXV:IPXC_Image#Properties|ColorSpace|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ColorSpace''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Pointer to [[PXV:IPXC_ColorSpace|IPXC_ColorSpace]] ...
 
Property '''ColorSpace''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Pointer to [[PXV:IPXC_ColorSpace|IPXC_ColorSpace]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ColorSpace([out, retval] IPXC_ColorSpace** ppColorSpace);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ColorSpace([out, retval] IPXC_ColorSpace** pColorSpace);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Image|IPXC_Image]].
+
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 11:48, 11 January 2016


Property ColorSpace of interface IPXC_Image returns Pointer to IPXC_ColorSpace ...

Syntax

HRESULT get_ColorSpace([out, retval]  IPXC_ColorSpace**  pColorSpace);

See Also

IPXC_Image