Functionds_target

Defined in: pbwbullzip

public subroutine ds_target (string arg_target)

Comment:
PDF Document Settings
The target device sets the quality of the PDF document. Better quality results in larger PDF files. Available targets are screen, ebook, printer, prepress and default. Please note that it is case sensitive. Specifying an invalid value will most likely result in an empty pdf file.


Script:
public subroutine ds_target (string arg_target);
i_PBbullzip.setvalue("Target",arg_target)
end subroutine