Functionds_usedefaultauthor

Defined in: pbwbullzip

public subroutine ds_usedefaultauthor (string arg_yes_no)

Comment:
PDF Document Settings
The default author of the document can be used in case no author is set using the Author setting.
values: yes, no.


Script:
public subroutine ds_usedefaultauthor (string arg_yes_no);
i_PBbullzip.setvalue("UseDefaultAuthor",arg_yes_no)
end subroutine