PrintQueueName Property

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 13:07

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

PrintQueueId Property