Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintingSystem.ExportOptions Property

Gets the settings used to specify export parameters when exporting a printing system’s document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

#Declaration

public ExportOptionsContainer ExportOptions { get; }

#Property Value

Type Description
ExportOptionsContainer

An ExportOptionsContainer object which contains the export settings for a printing system’s document.

#Remarks

Use this property to set the options which control how the current document is exported.

See Also