Dynamsoft.BarcodeGenerator
Defines a class provides functions for generating barcode data.
Adds a specified type of barcode on a specific area of an image.
Specifies the image.
Specifies the type of the barcode.
A string represents data in ASCII.
A human-readable string on the barcode.
Specifies the x-coordinate of the upper-left corner of the rectangle.
Specifies the y-coordinate of the upper-left corner of the rectangle.
The scale for the generated barcode.
Bitmap
When an error occurs, please check BarcodeGeneratorException.
Create a specified type of barcode on a specific area of an image.
Specifies the type of the barcode.
A string represents data in ASCII.
A human-readable string on the barcode.
The scale for the generated barcode.
Bitmap
Initialize the barcode generator component with features to generate a barcode.
Specifies the license.
When an error occurs, please check BarcodeGeneratorException.
Defines the error code of Dynamsoft.BarcodeGenerator module.
Successful.
Invalid license.
Expired license.
System exception.
Unkown error.
Failed to load barcode generator module.
Failed to get function.
Failed to get barcode.
Invalid value.
Represents errors that occur during application execution.
Create an instance of barcode generator exception.
Return or set error code of Dynamsoft.BarcodeGenerator.dll.
Get a message that describes the current exception.
Get a string representation of the immediate frames on the call stack.
The barcode type supported by BarcodeGenerator.
Code_39 format.
Code_128 format.
PDF417 format.
QR Code 2D barcode format.
Dispose the object.
Frees unmanaged resources used by the object. The object becomes unusable
after that.
The method needs to be called only in the case if unmanaged image was allocated
using method. In the case if the class instance was created using constructor,
this method does not free unmanaged memory.
Dispose the object.
Indicates if disposing was initiated manually.
Summary description for Util.
Clone image.
Source image.
Return clone of the source image.
The original Bitmap.Clone()
does not produce the desired result - it does not create an actual clone (it does not create a copy
of the image). That is why this method was implemented to provide the functionality.
Clone image.
Source image data.
Clones image from source image data. The message does not clone pallete in the
case if the source image has indexed pixel format.
Copy block of unmanaged memory.
Destination pointer.
Source pointer.
Memory block's length to copy.
Return's value of - pointer to destination.
This function is required because of the fact that .NET does
not provide any way to copy unmanaged blocks, but provides only methods to
copy from unmanaged memory to managed memory and vise versa.
from license v1, change to unsigned int64
from license v1, change to unsigned short
from license v1, change to unsigned int64
from license v1, change to unsigned int