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

Document.Name Property

Specifies the document name.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This name is displayed in the Save File dialog window and is used as a file name on document export.

See Also