Skip to main content

PrintOptionsViewModel.PrintFileName Property

Specifies the file name when printing a document to a file.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public string PrintFileName { get; set; }

Property Value

Type Description
String

A string that specifies the file name.

Remarks

This property is in effect when the PrintOptionsViewModel.PrintToFile option is enabled.

See Also