Functionws_watermarksize

Defined in: pbwbullzip

public subroutine ws_watermarksize (string arg_size)

Comment:
PDF Watermark Settings
An integer value between 1 and 100 indicating the size of the watermark text. The default value is 6.


Script:
public subroutine ws_watermarksize (string arg_size);
i_PBbullzip.setvalue("WatermarkSize",arg_size)
end subroutine