PrintPageEventArgs.Cancel Propriété

Définition

Obtient ou définit une valeur indiquant si le travail d'impression doit être annulé.

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

Valeur de propriété

true si la tâche d'impression doit être annulée, sinon, false.

S’applique à