Skip to main content

BarCodeGeneratorBase.Validate(IGraphicsBase, RectangleF, IBarCodeData) Method

Indicates whether or not the bar code is correctly rendered.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BarcodeErrorInfo Validate(
    IGraphicsBase gr,
    RectangleF bounds,
    IBarCodeData data
)

Parameters

Name Type Description
gr DevExpress.XtraPrinting.IGraphicsBase

An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface.

bounds RectangleF

A RectangleF structure.

data IBarCodeData

An object implementing the IBarCodeData interface.

Returns

Type
DevExpress.XtraPrinting.BarCode.Internal.BarcodeErrorInfo
See Also