IPXC_ColorSpace::CreateTransform Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ColorSpace::CreateTransform Method}} | {{#customTitle:IPXC_ColorSpace::CreateTransform Method}} | ||
Line 27: | Line 28: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ColorSpace|IPXC_ColorSpace]]. |
Revision as of 04:15, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateTransform([in] IPXC_ColorSpace* pDestCS, [in] PXC_RenderingIntent RenderIntent, [in, defaultvalue(0)] VARIANT_BOOL bpc, [out, retval] IUnknown** ppTransform);
Parameters
- pDestCS
- [in] Pointer to IPXC_ColorSpace.
- RenderIntent
- [in] Value of PXC_RenderingIntent.
- bpc
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
- ppTransform
- [out, retval] Pointer to IUnknown*.
Return Value
Returns S_OK if operation was successful or error code in other cases.