IPXC_Page::HasTransition Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''HasTransition''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Value of VARIANT_BOOL ...
+
Property '''bHasTransition''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_HasTransition([out, retval]  VARIANT_BOOL*  HasTransition);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HasTransition([out, retval]  VARIANT_BOOL*  bHasTransition);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Page|IPXC_Page]]
 
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


Property bHasTransition of interface IPXC_Page returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_HasTransition([out, retval]  VARIANT_BOOL*  bHasTransition);

See Also

IPXC_Page