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)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::HasTransition Property}}
 
{{#customTitle:IPXC_Page::HasTransition Property}}
{{#parentPage:PXV:IPXC_Page|HasTransition Property|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|HasTransition|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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*  pHasTransition);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HasTransition([out, retval]  VARIANT_BOOL*  bHasTransition);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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