PrintEventArgs.PrintAction プロパティ

定義

すべてのケースで PrintToFile を返します。

public:
 property System::Drawing::Printing::PrintAction PrintAction { System::Drawing::Printing::PrintAction get(); };
public System.Drawing.Printing.PrintAction PrintAction { get; }
member this.PrintAction : System.Drawing.Printing.PrintAction
Public ReadOnly Property PrintAction As PrintAction

プロパティ値

PrintToFile すべてのケースで。

注釈

PrintActionは、発生している印刷操作の種類を確実に示すのではなく、すべてのケースでPrintToFileを返します。

適用対象