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 Forms應用程式列印,請參閱 System.Drawing.Printing 命名空間。

屬性

IsDisposed

取得或設定一個值,指出是否已經處置物件。

(繼承來源 PrintSystemObject)
Name

取得物件的名稱。

(繼承來源 PrintSystemObject)
Parent

取得物件的父物件。

(繼承來源 PrintSystemObject)
PropertiesCollection

取得屬性和值組的集合。

(繼承來源 PrintSystemObject)

方法

Commit()

在衍生類別中覆寫時,將您程式對物件屬性進行的任何變更寫入至物件表示的實際軟體或硬體元件中。

(繼承來源 PrintSystemObject)
Dispose()

釋放 PrintSystemObject 所使用的所有資源。

(繼承來源 PrintSystemObject)
Dispose(Boolean)

釋放 PrintSystemObject 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 PrintSystemObject)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Initialize()

初始化 PrintSystemObject 的屬性。

(繼承來源 PrintSystemObject)
InternalDispose(Boolean)

釋放 PrintFilter 所衍生之類別正在使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Refresh()

在衍生類別中覆寫時,更新衍生類別的物件屬性,使其值符合其物件所表示之實際軟體或硬體元件的值。

(繼承來源 PrintSystemObject)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於