This documentation is archived and is not being maintained.
PrintFilter Class
Visual Studio 2010
Defines disposal behavior that is common to both the PrintDriver and PrintProcessor classes. PrintFilter supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
System::Object
System.Printing::PrintSystemObject
System.Printing::PrintFilter
System.Printing::PrintDriver
System.Printing::PrintProcessor
System.Printing::PrintSystemObject
System.Printing::PrintFilter
System.Printing::PrintDriver
System.Printing::PrintProcessor
Assembly: System.Printing (in System.Printing.dll)
The PrintFilter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Commit | When overridden in a derived class, writes any changes that your program has made to the object's properties to the actual software or hardware component that the object represents. (Inherited from PrintSystemObject.) |
![]() | 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.) |
![]() | Finalize | Releases the resources that are being used by the PrintSystemObject. (Inherited from PrintSystemObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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 | Releases the unmanaged resources that are used by the class that is derived from PrintFilter and optionally releases the managed resources. (Overrides PrintSystemObject::InternalDispose(Boolean).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh | When overridden in a derived class, updates the properties of an object of the derived class so that its values match the values of the actual software or hardware component that the object represents. (Inherited from PrintSystemObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
