IPXC_WatermarkParams::Rotation Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Rotation|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|Rotation|property}} | ||
− | Gets/sets watermark rotation. | + | Gets/sets watermark rotation in degrees (For example, '''45.0''' value means 45 degrees Counterclockwise). |
== Syntax == | == Syntax == |
Revision as of 05:08, 16 March 2017
Gets/sets 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);