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

適用対象