IPXC_EState::BlackPointCompensation Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_EState::BlackPointCompensation Property}} | {{#customTitle:IPXC_EState::BlackPointCompensation Property}} | ||
+ | {{#parentPage:PXV:IPXC_EState#Properties|BlackPointCompensation|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''BlackPointCompensation''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets Value of [[PXV:PXC_BlackPointCompensation|PXC_BlackPointCompensation]] ... | Property '''BlackPointCompensation''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets Value of [[PXV:PXC_BlackPointCompensation|PXC_BlackPointCompensation]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_BlackPointCompensation([out, retval] PXC_BlackPointCompensation* pBPC); | + | <pre class="brush:cpp;gutter:false">HRESULT get_BlackPointCompensation([out, retval] PXC_BlackPointCompensation* pBPC); |
− | HRESULT put_BlackPointCompensation([in] PXC_BlackPointCompensation pBPC); | + | HRESULT put_BlackPointCompensation([in] PXC_BlackPointCompensation pBPC); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_EState|IPXC_EState]] |
Latest revision as of 07:28, 23 May 2015
Property BlackPointCompensation of interface IPXC_EState returns/sets Value of PXC_BlackPointCompensation ...
Syntax
HRESULT get_BlackPointCompensation([out, retval] PXC_BlackPointCompensation* pBPC); HRESULT put_BlackPointCompensation([in] PXC_BlackPointCompensation pBPC);