IPXC_DocumentProps::ViewPrefFlag Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocumentProps::ViewPrefFlag Property}} | {{#customTitle:IPXC_DocumentProps::ViewPrefFlag Property}} | ||
− | {{#parentPage:PXV:IPXC_DocumentProps#Properties|ViewPrefFlag | + | {{#parentPage:PXV:IPXC_DocumentProps#Properties|ViewPrefFlag|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
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> | ||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] | + | [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]] |
Latest revision as of 02:27, 15 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.