IPXC_ColorSettings::ProfileName 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_ProfileName([in]          PXC_ProfileWorkingSpace  nWS,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ProfileName([in]          PXC_ProfileWorkingSpace  WS,
                         [out, retval]  BSTR*                    sProfileName);
+
                         [out, retval]  BSTR*                    ProfileName);
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  nWS,
+
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  WS,
                         [in]  BSTR                    sProfileName);
+
                         [in]  BSTR                    ProfileName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nWS
+
;WS
 
:[in]  Value of [[PXV:PXC_ProfileWorkingSpace|PXC_ProfileWorkingSpace]].
 
:[in]  Value of [[PXV:PXC_ProfileWorkingSpace|PXC_ProfileWorkingSpace]].
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_ColorSettings|IPXC_ColorSettings]]
 
[[PXV:IPXC_ColorSettings|IPXC_ColorSettings]]

Revision as of 06:58, 12 June 2015


Property ProfileName of interface IPXC_ColorSettings returns/sets Value of BSTR ...

Syntax

HRESULT get_ProfileName([in]           PXC_ProfileWorkingSpace  WS,
                        [out, retval]  BSTR*                    ProfileName);
HRESULT put_ProfileName([in]  PXC_ProfileWorkingSpace  WS,
                        [in]  BSTR                     ProfileName);

Parameters

WS
[in] Value of PXC_ProfileWorkingSpace.

See Also

IPXC_ColorSettings