Functionws_watermarktransparency

Defined in: pbwbullzip

public subroutine ws_watermarktransparency (string arg_size)

Comment:
PDF Watermark Settings
A transparency percentage from 0 to 100 determines the darkness of the watermark. 0 is black and 100 is white (invisible). Normal values are in the range from 70 to 90.


Script:
public subroutine ws_watermarktransparency (string arg_size);/**/
i_PBbullzip.setvalue("WatermarkTransparency",arg_size)
end subroutine