IPXC_DocumentProps::ViewPrefFlag Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentProps::ViewPrefFlag Property}}
 
{{#customTitle:IPXC_DocumentProps::ViewPrefFlag Property}}
Line 19: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].
+
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].

Revision as of 05:29, 20 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.