Skip to main content

PrintOptionsViewModel.PrintToFile Property

Specifies whether to print the document to a file.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

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