BarCodeGeneratorBase.Validate(IGraphicsBase, RectangleF, IBarCodeData) Method
In This Article
Indicates whether or not the bar code is correctly rendered.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public BarcodeErrorInfo Validate(
IGraphicsBase gr,
RectangleF bounds,
IBarCodeData data
)
#Parameters
Name | Type | Description |
---|---|---|
gr | DevExpress. |
An object implementing the DevExpress. |
bounds | Rectangle |
A Rectangle |
data | IBar |
An object implementing the IBar |
#Returns
Type |
---|
DevExpress. |
See Also