Back to Devexpress

OptionsPrintControl Class

windowsforms-devexpress-dot-xtralayout-0e3543b3.md

latest3.4 KB
Original Source

OptionsPrintControl Class

Provides the Layout Control’s print and export options.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class OptionsPrintControl :
    BaseLayoutOptions,
    IDisposable
vb
Public Class OptionsPrintControl
    Inherits BaseLayoutOptions
    Implements IDisposable

The following members return OptionsPrintControl objects:

Remarks

The Layout Control provides the following properties to customize print/export appearance settings of layout items and groups.

Note

Print/export appearance settings are not supported if the OptionsPrintControl.OldPrinting property is set to true.

See the Printing and Export topic to learn more.

Inheritance

Object DevExpress.XtraLayout.BaseLayoutOptions OptionsPrintControl

See Also

OptionsPrintControl Members

OptionsPrint

Printing and Export

DevExpress.XtraLayout Namespace