PrintPageEventArgs.Cancel Propriedade
Definição
Obtém ou define um valor que indica se o trabalho de impressão deve ser cancelado.Gets or sets a value indicating whether the print job should be canceled.
public:
property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean
Valor da propriedade
true Se o trabalho de impressão deve ser cancelado; caso contrário, false .true if the print job should be canceled; otherwise, false.