Aspose::Pdf::Stamp::set_Rotate method

Stamp::set_Rotate method

Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None.

void Aspose::Pdf::Stamp::set_Rotate(Rotation value)

See Also