IPXC_PageRenderParams::ColorProfileName Property
From PDF XChange PDF SDK
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_ColorProfileName([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ColorProfileName([out, retval] BSTR* ProfileName); |
− | HRESULT put_ColorProfileName([in] BSTR | + | HRESULT put_ColorProfileName([in] BSTR ProfileName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] | [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] |
Revision as of 06:09, 12 June 2015
Property ColorProfileName of interface IPXC_PageRenderParams returns/sets Value of BSTR ...
Syntax
HRESULT get_ColorProfileName([out, retval] BSTR* ProfileName); HRESULT put_ColorProfileName([in] BSTR ProfileName);