Description
Get/set print queue name.
Syntax
optprint.PrintQueueName [=] strName |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
strName
string with the name of the print queue
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.PrintQueueName = "abc" 'assuming 'abc' is a valid queue name on your GN4 system
See also