Functionss_keylength

Defined in: pbwbullzip

public subroutine ss_keylength (string arg_keylength)

Comment:
PDF Security Settings
Specifies the length of the encryption key. Valid lengths are 40 and 128 bits. The default key length is 40 bits.


Script:
public subroutine ss_keylength (string arg_keylength);
i_PBbullzip.setvalue("KeyLength",arg_KeyLength)
end subroutine