Share via


PrintDialog.AllowPrintToFile Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Kontrollkästchen Ausgabe in Datei aktiviert ist, oder legt diesen fest.

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

Eigenschaftswert

Boolean

true wenn das Kontrollkästchen "In Datei drucken " aktiviert ist; falseandernfalls . Der Standardwert ist true.

Gilt für

Siehe auch