Modifier

PrintDialog.AllowPrintToFile Property

Definition

Gets or sets a value indicating whether the Print to file check box is enabled.

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

Property Value

true if the Print to file check box is enabled; otherwise, false. The default is true.

Applies to

See also