BarCodeExtendedParameters Class

Stores extended parameters of recognized barcode
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.BarCodeRecognitionBarCodeExtendedParameters

Namespace:  Aspose.BarCode.BarCodeRecognition
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public sealed class BarCodeExtendedParameters

The BarCodeExtendedParameters type exposes the following members.

Properties
  NameDescription
Public propertyCode128
Gets a special data Code128ExtendedParameters of Code128 recognized barcode
Public propertyDataBar
Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode
Public propertyOneD
Gets a special data OneDExtendedParameters of 1D recognized barcode
Public propertyPdf417
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
Public propertyQR
Gets a QR Structured Append information QRExtendedParameters of recognized barcode
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this BarCodeExtendedParameters.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Returns a value indicating whether the first BarCodeExtendedParameters value is equal to the second.
Public operatorStatic memberInequality
Returns a value indicating if the first BarCodeExtendedParameters value is different from the second.
See Also