IPXV_PagesView::IsFullScreenPresentation 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_IsFullScreenPresentation([out, retval]  VARIANT_BOOL*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsFullScreenPresentation([out, retval]  VARIANT_BOOL*  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_PagesView|IPXV_PagesView]]
 
[[PXV:IPXV_PagesView|IPXV_PagesView]]

Revision as of 02:47, 4 June 2015


Property IsFullScreenPresentation of interface IPXV_PagesView returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsFullScreenPresentation([out, retval]  VARIANT_BOOL*  bVal);

See Also

IPXV_PagesView