Skip to main content
All docs
V23.1

DataMatrixGenerator.GetEffectiveMatrixSize(String, Byte[]) Method

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public DataMatrixSize GetEffectiveMatrixSize(
    string text,
    byte[] binaryData
)

Parameters

Name Type
text String
binaryData Byte[]

Returns

Type
DataMatrixSize
See Also