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 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ViewPrefFlag([in]          PXC_DocumentViewFlags  Flag,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ViewPrefFlag([in]          PXC_DocumentViewFlags  nFlag,
                         [out, retval]  LONG*                  Val);
+
                         [out, retval]  LONG*                  nVal);
HRESULT put_ViewPrefFlag([in]  PXC_DocumentViewFlags  Flag,
+
HRESULT put_ViewPrefFlag([in]  PXC_DocumentViewFlags  nFlag,
                         [in]  VARIANT_BOOL          Val);
+
                         [in]  VARIANT_BOOL          nVal);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Flag
+
;nFlag
 
:[in]  Value of [[PXV:PXC_DocumentViewFlags|PXC_DocumentViewFlags]].
 
:[in]  Value of [[PXV:PXC_DocumentViewFlags|PXC_DocumentViewFlags]].
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]
 
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]]

Latest revision as of 03: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.

See Also

IPXC_DocumentProps