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 le travail d’impression doit être annulé ; sinon, false.

S’applique à