IPXC_AnnotData::Rotation Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Rotation Property}}
 
{{#customTitle:IPXC_AnnotData::Rotation Property}}
 +
{{#parentPage:PXV:IPXC_AnnotData#Properties|Rotation|property}}
  
Property '''Rotation''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns/sets Value of double ...
+
Gets/sets the rotation angle of the annotation.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] double* pRotation);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] double* pRotation);
HRESULT put_Rotation([in] double pRotation);
+
HRESULT put_Rotation([in] double pRotation);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]]

Latest revision as of 08:04, 23 May 2015

Gets/sets the rotation angle of the annotation.

Syntax

HRESULT get_Rotation([out, retval]  double*  pRotation);
HRESULT put_Rotation([in]  double  pRotation);

See Also

IPXC_AnnotData