IPXC_DocumentProps::ViewPrefFlag Property

From PDF XChange PDF SDK
Revision as of 02:16, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.

See Also

IPXC_DocumentProps