IPXC_Page::Rotation 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:
  
 
Property '''Rotation''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets  Value of LONG ...
 
Property '''Rotation''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets  Value of LONG ...
 +
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] LONG* nRotate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] LONG* pRotate);
HRESULT put_Rotation([in] LONG nRotate);
+
HRESULT put_Rotation([in] LONG pRotate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Page|IPXC_Page]].
 
See also [[PXV:IPXC_Page|IPXC_Page]].

Revision as of 01:49, 21 April 2015


Property Rotation of interface IPXC_Page returns/sets Value of LONG ...


Syntax

HRESULT get_Rotation([out, retval] LONG* pRotate);
HRESULT put_Rotation([in] LONG pRotate);

See Also

See also IPXC_Page.