PrintDriver 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示打印驱动程序。
public ref class PrintDriver sealed : System::Printing::PrintFilter
	public sealed class PrintDriver : System.Printing.PrintFilter
	type PrintDriver = class
    inherit PrintFilter
	Public NotInheritable Class PrintDriver
Inherits PrintFilter
		- 继承
 
注解
注意
不支持在 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) |