Name | Description | |
---|---|---|
WriterBase Constructor | This class is the base class which the Writer class inherits from. |
The following tables list the members exposed by WriterBase.
Name | Description | |
---|---|---|
WriterBase Constructor | This class is the base class which the Writer class inherits from. |
Name | Description | |
---|---|---|
AdjustBarWidth | Gets and sets a flag indicating if dynamic adjustment of the bar widths during barcode creation are allowed. | |
AutoSize | Gets and sets a flag indicating if the barcode area is automatically sized during barcode creation. | |
BarcodeData | Gets and sets the current barcode value as an array of bytes. | |
BarcodeValue | Gets and sets the value of the barcode to be created. | |
BarWidth | Gets the bar width in pixels of a bar that was created. | |
Height | Gets and sets the height of the image in pixels. | |
HorizontalWhiteSpace | Gets and sets the amount of white space on the sides of the barcode during creation. | |
MinimumBarHeight | Gets and sets the minimum height of the bars when creating a barcode. | |
MinimumBarWidth | Gets and sets the minimum bar width when creating a barcode. | |
RequiredHeight | Returns the required height of the image in pixels based on the current settings. | |
RequiredWidth | Returns the required width of the image in pixels based on the current settings. | |
ShowText | Gets and sets the display level of the barcode value written as text adjacent to the created barcode. | |
VerticalWhiteSpace | Gets and sets the amount of white space above and below the barcode during creation. | |
Width | Gets and sets the width of the image in pixels. |
Name | Description | |
---|---|---|
Create | The main method for creating barcodes. | |
CreateBitmap | The method for creating bitmap barcodes. | |
Dispose | Disposes of unmanaged resources. |