IPXC_DocumentProps::ViewPrefFlag Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, | <pre class="brush:cpp;gutter:false">HRESULT get_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, | ||
− | [out, retval] LONG* | + | [out, retval] LONG* nVal); |
HRESULT put_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, | HRESULT put_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, | ||
− | [in] VARIANT_BOOL | + | [in] VARIANT_BOOL nVal); |
</pre> | </pre> | ||
Revision as of 01:16, 4 June 2015
Property ViewPrefFlag of interface IPXC_DocumentProps returns/sets Value of VARIANT_BOOL ...
Syntax
HRESULT get_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, [out, retval] LONG* nVal); HRESULT put_ViewPrefFlag([in] PXC_DocumentViewFlags nFlag, [in] VARIANT_BOOL nVal);
Parameters
- nFlag
- [in] Value of PXC_DocumentViewFlags.