Skip to main content
A newer version of this page is available. .

PrintOptionsViewModel.PrintToFile Property

Specifies whether to print the document to a file.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool PrintToFile { get; set; }

Property Value

Type Description
Boolean

true, to print the document to a file; otherwise, false.

Remarks

Use the PrintOptionsViewModel.PrintFileName property to set the file name.

See Also