PrintEventArgs.PrintAction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在所有情况下均返回 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返回 。