Table of Contents

Property PrintToFile

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

PrintToFile

Gets or sets a value indicating whether the printing output is sent to a file instead of a port.

bool PrintToFile { get; set; }

Property Value

bool

true if the printing output is sent to a file; otherwise, false. The default is false.

Remarks

The PrintToFile property is used by the PrintDialog when the user selects the Print to file option.