BarCodeRegionParameters

BarCodeRegionParameters class

Module: aspose_barcode.recognition.barcode_region_parameters

Represents the recognized barcode’s region and barcode angle. This sample shows how to get barcode Angle and bounding quadrangle values.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this BarCodeRegionParameters.
anglefloatNo
pointsOptional[List[PointLike]]No
quadrangleOptional[Quadrangle]No
rectangleOptional[RectLike]No