Functionws_watermarkrotation

Defined in: pbwbullzip

public subroutine ws_watermarkrotation (string arg_size)

Comment:
PDF Watermark Settings
The water mark can be rotated. Specify an integer value between 0 and 360. You can also specify the value 'c2c' or '-c2c'. This will rotate the watermark in the direction 'Corner to Corner'.


Script:
public subroutine ws_watermarkrotation (string arg_size);
i_PBbullzip.setvalue("WatermarkRotation",arg_size)
end subroutine