PrintFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class PrintFilter abstract : System::Printing::PrintSystemObject
public abstract class PrintFilter : System.Printing.PrintSystemObject
type PrintFilter = class
inherit PrintSystemObject
Public MustInherit Class PrintFilter
Inherits PrintSystemObject
- Inheritance
- Derived
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() |
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) |
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. |
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) |