PrintDriver Class

Definition

Represents a print driver.

public ref class PrintDriver sealed : System::Printing::PrintFilter
public sealed class PrintDriver : System.Printing.PrintFilter
type PrintDriver = class
    inherit PrintFilter
Public NotInheritable Class PrintDriver
Inherits PrintFilter
Inheritance

Remarks

Caution

Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.

If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.

Properties

IsDisposed

Gets or sets a value that indicates whether the object has been disposed.

(Inherited from PrintSystemObject)
Name

Gets the name of the object.

(Inherited from PrintSystemObject)
Parent

Gets the parent of the object.

(Inherited from PrintSystemObject)
PropertiesCollection

Gets a collection of attribute and value pairs.

(Inherited from PrintSystemObject)

Methods

Commit()

Do not use.

Dispose()

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)
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 that are used by the class that is derived from PrintFilter and optionally releases the managed resources.

(Inherited from PrintFilter)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Refresh()

Do not use.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to