PrintSystemObjects Class

Definition

Represents a collection of print system objects.

public ref class PrintSystemObjects abstract : IDisposable
public abstract class PrintSystemObjects : IDisposable
type PrintSystemObjects = class
    interface IDisposable
Public MustInherit Class PrintSystemObjects
Implements IDisposable
Inheritance
PrintSystemObjects
Derived
Implements

Remarks

If you derive a class from PrintSystemObject, you may want to derive a collection of objects of that class from PrintSystemObjects.

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.

Constructors

PrintSystemObjects()

Initializes a new instance of the PrintSystemObjects class.

Methods

Dispose()

Releases all resources used by the PrintSystemObjects.

Dispose(Boolean)

Releases the unmanaged resources that are used by the PrintSystemObjects and optionally releases the managed resources.

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)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to