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

PrintingSystemBase.SetBrickExporter(Type, Type) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public static void SetBrickExporter(
    Type brickType,
    Type exporterType
)

Parameters

Name Type
brickType Type
exporterType Type
See Also