PrintOptionsViewModel.PrintToFile Property
Specifies whether to print the document to a file.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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