IPXC_DocumentProps::ViewPrefFlag Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].
+
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]

Revision as of 04:28, 23 May 2015


Property ViewPrefFlag of interface IPXC_DocumentProps returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_ViewPrefFlag([in]           PXC_DocumentViewFlags  nFlag,
                         [out, retval]  LONG*                  pVal);
HRESULT put_ViewPrefFlag([in]  PXC_DocumentViewFlags  nFlag,
                         [in]  VARIANT_BOOL           pVal);

Parameters

nFlag
[in] Value of PXC_DocumentViewFlags.

See Also

IPXC_DocumentProps