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)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Rotation Property}}
 
{{#customTitle:IPXC_Page::Rotation Property}}
{{#parentPage:PXV:IPXC_Page|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|Rotation|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Rotation''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets Value of LONG ...
+
Gets/sets the page rotation. Note that the rotation values can be 0, 90, 180 or 270 degrees (any other values will be converted to the nearest of these values).
  
 
== 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* nRotate);
HRESULT put_Rotation([in] LONG nRotate);
+
HRESULT put_Rotation([in] LONG nRotate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:33, 15 June 2015


Gets/sets the page rotation. Note that the rotation values can be 0, 90, 180 or 270 degrees (any other values will be converted to the nearest of these values).

Syntax

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

See Also

IPXC_Page