IPXC_PageRenderParams::ColorProfileName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageRenderParams::ColorProfileName Property}} | {{#customTitle:IPXC_PageRenderParams::ColorProfileName Property}} | ||
− | {{#parentPage:PXV:IPXC_PageRenderParams|property}} | + | {{#parentPage:PXV:IPXC_PageRenderParams|ColorProfileName Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ColorProfileName([out, retval] BSTR* ppProfileName); | + | <pre class="brush:cpp;gutter:false">HRESULT get_ColorProfileName([out, retval] BSTR* ppProfileName); |
− | HRESULT put_ColorProfileName([in] BSTR ppProfileName); | + | HRESULT put_ColorProfileName([in] BSTR ppProfileName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]. | See also [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]. |
Revision as of 05:09, 23 April 2015
Property ColorProfileName of interface IPXC_PageRenderParams returns/sets Value of BSTR ...
Syntax
HRESULT get_ColorProfileName([out, retval] BSTR* ppProfileName); HRESULT put_ColorProfileName([in] BSTR ppProfileName);
See Also
See also IPXC_PageRenderParams.