Ruft eine Auflistung mit Attribut-Wert-Paaren ab. (Geerbt von PrintSystemObject) QueueAttributes Ruft die Eigenschaften der Druckwarteschlange ab. QueueDriver Ruft den Druckertreiber der Warteschlange ab oder legt diesen fest. QueuePort Ruft den Anschluss ab, den die Warteschlange verwendet...
PrintQueueIndexedProperty PrintQueueStatus PrintQueueStream PrintQueueStringProperty PrintQueueStringPropertyType PrintServer PrintServer 构造函数 属性 方法 提交 DeletePrintQueue GetPrintQueue GetPrintQueues InstallPrintQueue InternalDispose 刷新 PrintServerEventLoggingTypes ...
次の例は、EnumeratedPrintQueueTypes列挙を使用して、使用可能な印刷キューのサブセットを取得する方法を示しています。 C# // Specify that the list will contain only the print queues that are installed as local and are sharedEnumeratedPrintQueueTypes[] enumerationFlags = {EnumeratedPrintQueueTypes....
// Create a PrintServer// "theServer" must be a print server to which the user has full print access.PrintServer myPrintServer =newPrintServer(@"\\theServer");// List the print server's queuesPrintQueueCollection myPrintQueues = myPrintServer.GetPrintQueues(); String printQueueNames =...
+ "\nServer:" + line; jobList = jobList + "\n\tQueue:" + pq.Name; jobList = jobList + "\n\tLocation:" + pq.Location; jobList = jobList + "\n\t\tJob: " + job.JobName + " ID: " + job.JobIdentifier; } }// end for each print job }// end for each print queue...
+ "\nServer:" + line; jobList = jobList + "\n\tQueue:" + pq.Name; jobList = jobList + "\n\tLocation:" + pq.Location; jobList = jobList + "\n\t\tJob: " + job.JobName + " ID: " + job.JobIdentifier; } }// end for each print job }// end for each print queue...
PrintQueue.Name 属性参考 定义命名空间: System.Printing 程序集: System.Printing.dll 获取或设置打印队列的名称。 C# 复制 public override sealed string Name { get; } 属性值 String 打印队列的名称。 示例 以下示例演示如何使用此属性列出可用打印队列的子集。 C# 复制 // Specify that the list will...
associated withthisPrint Queue(which could also be for this example PageSetup1). glunz-jensen.com glunz-jensen.com 由Mac 用户打印的任何作业 都将被发送到与此打印队列相关联的页面设置(此例中也可以是 PageSetup1)。 glunz-jensen.com glunz-jensen.com ...
pq.printQueue();cout<<"\n\n";cout<<"Instanciating descending object\n"; PriorityQueue<int> pqd(SortOrder::DEC);for(inti =0; i <10; ++i) { pqd.push((rand()%15)+1); }cout<<"Outputting list of size: "<<pqd.size()<<endl; ...
MIT license NAME socprint.sh - POSIX™-compliant, zero-dependency shell script to print in NUS SoC SYPNOSIS socprint.sh (p|print) [options] <username> <printqueue> [-|<filepath>] socprint.sh (j|jobs ) [options] <username> <printqueue> socprint.sh (l|list ) [options] <username...