Skip to main content

PrintingSystemBase.SetBrickExporter(Type, Type) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static void SetBrickExporter(
    Type brickType,
    Type exporterType
)

Parameters

Name Type
brickType Type
exporterType Type
See Also