Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, print schema version, and desired access.
PrintQueue(PrintServer, String, Int32)Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and print schema version.
PrintQueue(PrintServer, String, PrintQueueIndexedProperty[], PrintSystemDesiredAccess)Initializes a new instance of PrintQueue class with the specified PrintServer, queue name, array of PrintQueueIndexedProperty values to initialize, and desired access.
PrintQueue(PrintServer, String, PrintQueueIndexedProperty[])Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and array of PrintQueueIndexedProperty values to initialize.
PrintQueue(PrintServer, String, PrintSystemDesiredAccess)Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and desired access.
PrintQueue(PrintServer, String, String[], PrintSystemDesiredAccess)Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, property filter, and desired access.
PrintQueue(PrintServer, String, String[])Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and array of property names to initialize.
PrintQueue(PrintServer, String)Initializes a new instance of PrintQueue class using the specified PrintServer and queue name.
AveragePagesPerMinuteGets the speed of the printer measured in pages per minute.
ClientPrintSchemaVersionGets the version of the Print Schema.
CommentGets or sets a comment about the printer.
CurrentJobSettingsGets an object that contains the configuration settings for the current print job.
DefaultPrintTicketGets or sets the default printer options associated with this PrintQueue.
DefaultPriorityGets or sets the default priority that is given to each new print job added to the queue.
DescriptionGets a description of the print queue.
FullNameGets the complete name of the queue.
HasPaperProblemGets a value that indicates if the printer is having an unspecified paper problem.
HasTonerGets a value that indicates if the printer has toner.
HostingPrintServerGets or sets (protected) the print server that controls the print queue.
InPartialTrustGets or sets a value that indicates whether the queue is operating in a partially trusted mode, a higher level of trust.
IsBidiEnabledGets a value that indicates whether bidirectional communication with the printer is enabled.
IsBusyGets a value that indicates whether the printing device is busy.
IsDevQueryEnabledGets a value that indicates whether the queue holds documents when document and printer configurations do not match.
IsDirectGets a value that indicates whether the queue prints directly to the printer or spools documents first and then prints them.
IsDisposedGets or sets a value that indicates whether the object has been disposed.
(Inherited from PrintSystemObject) IsDoorOpenedGets a value that indicates whether a door is open on the printer.
IsHiddenGets a value that indicates whether the print queue is hidden in your application's user interface.
IsInErrorGets a value that indicates whether the printer or device is in an error condition.
IsInitializingGets a value that indicates whether the printer is initializing itself.
IsIOActiveGets a value that indicates whether the printer is receiving or sending data or signals.
IsManualFeedRequiredGets a value that indicates whether the printer needs to be manually fed paper for the current print job.
IsNotAvailableGets a value that indicates whether the printer is available.
IsOfflineGets a value that indicates whether the printer is offline.
IsOutOfMemoryGets a value that indicates whether the printer is out of memory.
IsOutOfPaperGets a value that indicates whether the printer needs to be reloaded with paper of the size required for the current job.
IsOutputBinFullGets a value that indicates whether the output area of the printer is in danger of overflowing.
IsPaperJammedGets a value that indicates whether the current sheet of paper is stuck in the printer.
IsPausedGets a value that indicates whether the print queue has been paused.
IsPendingDeletionGets a value that indicates whether the printer is in the process of deleting a print job.
IsPowerSaveOnGets a value that indicates whether the printer is in power save mode.
IsPrintingGets a value that indicates whether a job is printing.
IsProcessingGets a value that indicates whether the printer is processing a print job.
IsPublishedGets a value that indicates whether the printer is visible to other network users.
IsQueuedGets a value that indicates whether the printer can support a queue with more than one print job in it at a time.
IsRawOnlyEnabledGets a value that indicates whether the print queue can use EMF (Enhanced Meta File) that enables faster data flow from a printing application to the Windows spooler.
IsServerUnknownGets a value that indicates whether the printer is in an error state.
IsSharedGets a value that indicates whether the printer is available for use by other computers on the network.
IsTonerLowGets a value that indicates whether the printer is running short of toner.
IsWaitingGets a value that indicates whether the queue is waiting for a job to be added.
IsWarmingUpGets a value that indicates whether the printer is warming up.
IsXpsDeviceGets a value that indicates whether the printer's driver is built on the XPSDrv model so it uses XML Paper Specification (XPS) as its page description language.
KeepPrintedJobsGets a value that indicates whether the queue is saving the printer language file instead of deleting it following printing.
LocationGets or sets the printer's physical location.
MaxPrintSchemaVersionGets the most recent possible version number of the Print Schema that the queue can use.
NameGets or sets the print queue's name.
NeedUserInterventionGets a value that indicates whether the printer needs the attention of a human being.
NumberOfJobsGets the total number of jobs lined up in the print queue.
PagePuntGets a value that indicates whether the printer is unable to print the current page.
ParentGets the parent of the object.
(Inherited from PrintSystemObject) PrintingIsCancelledGets or sets a value that indicates whether the current print job is being cancelled.
PriorityGets or sets the priority of the print queue relative to other print queues that are hosted by the same print server and that use the same physical printer.
PropertiesCollectionGets a collection of attribute and value pairs.
(Inherited from PrintSystemObject) QueueAttributesGets the properties of the print queue.
QueueDriverGets or sets the printer driver for the queue.
QueuePortGets or sets the port that the queue uses.
QueuePrintProcessorGets or sets the print processor that the queue uses.
QueueStatusGets a value that represents the status of the printer. These include "warming up," "initializing," "printing," and others.
ScheduleCompletedJobsFirstGets a value that indicates whether the printer prints jobs that have completed the spooling process before jobs that have not fully spooled even if the latter entered the queue first or have a higher priority.
SeparatorFileGets or sets the path and file name of a file that is inserted at the beginning of each print job.
ShareNameGets or sets a name for the printer that is seen by users on the network when it is shared.
StartTimeOfDayGets or sets the earliest time of day, expressed as the number of minutes after midnight Coordinated Universal Time (UTC) (also called Greenwich Mean Time [GMT]), that the printer will print a job.
UntilTimeOfDayGets or sets the latest time, expressed as the number of minutes after midnight Coordinated Universal Time (UTC) (also called Greenwich Mean Time [GMT]), that the printer will print a job.
UserPrintTicketGets or sets the current user's default PrintTicket object, which contains detailed information about the print job.
AddJob()Inserts a new (generically named) print job, whose content is a Byte array, into the queue.
AddJob(String, PrintTicket)Inserts a new print job for an XML Paper Specification (XPS) Document into the queue, and gives it the specified name and settings.
AddJob(String, String, Boolean, PrintTicket)Inserts a new print job for an XML Paper Specification (XPS) Document into the queue, gives it the specified name and settings, and specifies whether or not it should be validated.
AddJob(String, String, Boolean)Inserts a new print job for an XML Paper Specification (XPS) Document into the queue, gives it the specified name, and specifies whether or not it should be validated.
AddJob(String)Inserts a new print job, whose content is a Byte array, into the queue.
Commit()Writes the current properties of the PrintQueue object to the actual print queue on the print server.
CreateXpsDocumentWriter(Double, Double)Creates an XpsDocumentWriter object with the specified dimensions.
CreateXpsDocumentWriter(PrintDocumentImageableArea, PageRangeSelection, PageRange)Creates an XpsDocumentWriter object, opens a Windows common print dialog, provides the dialog with a page range and a description of the print job, and returns a ref
(ByRef
in Visual Basic) parameter that represents information about the imageable area and the dimensions of the media.
Creates an XpsDocumentWriter object, opens a Windows common print dialog and returns a ref
(ByRef
in Visual Basic) parameter that represents information about the imageable area and the dimensions of the media.
Creates an XpsDocumentWriter object and associates it with the specified print queue.
CreateXpsDocumentWriter(String, PrintDocumentImageableArea, PageRangeSelection, PageRange)Creates an XpsDocumentWriter object, opens a Windows common print dialog, provides the dialog with a page range, and returns a ref
(ByRef
in Visual Basic) parameter that represents information about the imageable area and the dimensions of the media.
Creates an XpsDocumentWriter object, opens a Windows common print dialog (and provides it a job description) and returns a ref
(ByRef
in Visual Basic) parameter that represents information about the imageable area and the dimensions of the media.
Releases all resources used by the PrintSystemObject.
(Inherited from PrintSystemObject) Dispose(Boolean)Releases the unmanaged resources used by the PrintSystemObject and optionally releases the managed resources.
(Inherited from PrintSystemObject) Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object) GetHashCode()Serves as the default hash function.
(Inherited from Object) GetJob(Int32)Gets the print job with the specified ID number.
GetPrintCapabilities()Gets a PrintCapabilities object that identifies the capabilities of the printer.
GetPrintCapabilities(PrintTicket)Gets a PrintCapabilities object that identifies the capabilities of the printer.
GetPrintCapabilitiesAsXml()Gets a MemoryStream object that specifies the printer's capabilities as an XML stream that complies with the Print Schema.
GetPrintCapabilitiesAsXml(PrintTicket)Gets a MemoryStream object that specifies the printer's capabilities in an XML format that complies with the Print Schema.
GetPrintJobInfoCollection()Creates a collection that contains a PrintSystemJobInfo object for each job in the queue.
GetType()Gets the Type of the current instance.
(Inherited from Object) Initialize()Initializes the properties of the PrintSystemObject.
(Inherited from PrintSystemObject) InternalDispose(Boolean)Releases the unmanaged resources used by the PrintQueue and optionally releases the managed resources.
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object) MergeAndValidatePrintTicket(PrintTicket, PrintTicket, PrintTicketScope)Merges two PrintTickets and guarantees that the resulting PrintTicket is valid, does not ask for any printing functionality that the printer does not support, and is limited to the specified scope.
MergeAndValidatePrintTicket(PrintTicket, PrintTicket)Merges two PrintTickets and guarantees that the resulting PrintTicket is valid and does not ask for any printing functionality that the printer does not support.
Pause()Pauses the print queue. It remains paused until Resume() is executed.
Purge()Removes all the jobs in the print queue.
Refresh()Updates the properties of the PrintQueue object with values from the printer and the print queue utility that runs on the computer.
Resume()Restarts a print queue that was paused.
ToString()Returns a string that represents the current object.
(Inherited from Object)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4