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

IModelPrintingSettings.PaperName Property

Specifies the name of the custom paper used in the printer that will print the document .

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

[DefaultValue("")]
string PaperName { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the name of the custom paper used in the printer that will print the document.

See Also