PrintProcessor 类

定义

表示打印服务器上的打印处理器。

public ref class PrintProcessor sealed : System::Printing::PrintFilter
public sealed class PrintProcessor : System.Printing.PrintFilter
type PrintProcessor = class
    inherit PrintFilter
Public NotInheritable Class PrintProcessor
Inherits PrintFilter
继承

注解

Caution

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

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

属性

名称 说明
IsDisposed

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

(继承自 PrintSystemObject)
Name

获取对象的名称。

(继承自 PrintSystemObject)
Parent

获取该对象的父级。

(继承自 PrintSystemObject)
PropertiesCollection

获取特性和值对的集合。

(继承自 PrintSystemObject)

方法

名称 说明
Commit()

请勿使用。

Dispose()

释放该 PrintSystemObject命令使用的所有资源。

(继承自 PrintSystemObject)
Dispose(Boolean)

释放由托管资源使用 PrintSystemObject 的非托管资源,并选择性地释放托管资源。

(继承自 PrintSystemObject)
Equals(Object)

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

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Initialize()

初始化 . 的属性PrintSystemObject

(继承自 PrintSystemObject)
InternalDispose(Boolean)

释放派生自 PrintFilter 并选择性地释放托管资源的类使用的非托管资源。

(继承自 PrintFilter)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
Refresh()

请勿使用。

ToString()

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

(继承自 Object)

适用于