PrintDialog.AllowPrintToFile Propriété

Définition

Obtient ou définit une valeur indiquant si la case Imprimer dans un fichier est cochée.

public:
 property bool AllowPrintToFile { bool get(); void set(bool value); };
public bool AllowPrintToFile { get; set; }
member this.AllowPrintToFile : bool with get, set
Public Property AllowPrintToFile As Boolean

Valeur de propriété

Boolean

true si la case à cocher Imprimer dans le fichier est activée ; sinon, false. La valeur par défaut est true.

S’applique à

Voir aussi