StamperSetRotation Method |
Rotates the stamp by the given number of degrees.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetRotation(
double rotation
)
Public Sub SetRotation (
rotation As Double
)
public:
virtual void SetRotation(
[InAttribute] double rotation
) sealed
function SetRotation(rotation);
Parameters
- rotation
- Type: SystemDouble
Rotation in degrees
See Also