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

PrintOptionsViewModel.PrintFileName Property

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

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

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