public BarcodeData()
Public Function New()
- (instancetype)init
public BarcodeData()
public:
BarcodeData();
This constructor initializes the BarcodeData member as follows:
Member | Value |
---|---|
Symbology | BarcodeSymbology.Unknown |
Bounds | LeadRect.Empty |
RotationAngle | 0 |
BarWidthReduction | 0 |
Byte array inside GetData | null (Nothing in Visual Basic) |
Value | null (Nothing in Visual Basic) |
Tag | null (Nothing in Visual Basic) |
To quickly construct a new BarcodeData object with a specific symbology and data, use BarcodeData(BarcodeSymbology symbology, byte[] data) or BarcodeData(BarcodeSymbology symbology, string value).
To create an instance of BarcodeData suitable for writing for a specified symbology, use CreateDefaultBarcodeData.
For an example, refer to BarcodeData.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document