PrintFilter 类

定义

定义 PrintDriverPrintProcessor 类所共有的处置行为。 PrintFilter 支持 Windows Presentation Foundation (WPF) 基础结构,不应在代码中直接使用。

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
继承
派生

注解

注意

命名空间中的 System.Printing 类不支持在 Windows 服务或 ASP.NET 应用程序或服务中使用。 尝试从这些应用程序类型之一使用这些类可能会产生意外问题,例如服务性能降低和运行时异常。

如果要从Windows 窗体应用程序打印,请参阅 System.Drawing.Printing 命名空间。

属性

IsDisposed

获取或设置一个值,该值指示该对象是否已被释放。

(继承自 PrintSystemObject)
Name

获取对象的名称。

(继承自 PrintSystemObject)
Parent

获取对象的父级。

(继承自 PrintSystemObject)
PropertiesCollection

获取特性和值对的集合。

(继承自 PrintSystemObject)

方法

Commit()

在派生类中重写时,会将程序对对象属性所做的所有更改写入该对象表示的实际软件或硬件组件。

(继承自 PrintSystemObject)
Dispose()

释放由 PrintSystemObject 使用的所有资源。

(继承自 PrintSystemObject)
Dispose(Boolean)

释放由 PrintSystemObject 占用的非托管资源,还可以另外再释放托管资源。

(继承自 PrintSystemObject)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Initialize()

初始化 PrintSystemObject 的属性。

(继承自 PrintSystemObject)
InternalDispose(Boolean)

可释放由 PrintFilter 派生的类所使用的非托管资源,也可以选择释放托管资源。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Refresh()

在派生类中重写时,会将更新派生类对象的属性,以使其值与该对象表示的实际软件或硬件组件的值相匹配。

(继承自 PrintSystemObject)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于