IPXC_WatermarkParams::Rotation Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::Rotation Property}}
 
{{#customTitle:IPXC_WatermarkParams::Rotation Property}}
 +
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Rotation|property}}
  
Gets/sets watermark rotation.
+
Gets/sets visual watermark rotation in degrees (For example, '''45.0''' value means 45 degrees Counterclockwise).
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] float* pRotation);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval] float* nRotation);
HRESULT put_Rotation([in] float pRotation);
+
HRESULT put_Rotation([in] float nRotation);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 06:08, 16 March 2017

Gets/sets visual watermark rotation in degrees (For example, 45.0 value means 45 degrees Counterclockwise).

Syntax

HRESULT get_Rotation([out, retval]  float*  nRotation);
HRESULT put_Rotation([in]  float  nRotation);

See Also

IPXC_WatermarkParams