BarcodeGenerator Methods
A barcode generator that creates, exports, and prints barcode images.| Name | Description |
|---|---|
| Dispose() | Resets the barcode image, disposes of the BarCode object, and releases all the allocated resources. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Export(Byte[], Stream, DXImageFormat) | Exports a barcode image for the specified binary data to the provided stream in the given image format. |
| Export(Byte[], Stream) | Exports a barcode image for the supplied binary data to a stream. |
| Export(String, Stream, DXImageFormat) | Exports a barcode image for the specified text to the provided stream in the given image format. |
| Export(String, Stream) | Exports a barcode image for the supplied text to a stream. |
| Export(String, Encoding, Stream, DXImageFormat) | Exports a barcode image for the supplied text to a stream using the specified encoding and image format. |
| Export(String, Encoding, Stream) | Exports a barcode image for the supplied text to a stream using the specified encoding. |
| ExportAsync(Byte[], Stream, DXImageFormat) | Asynchronously exports a barcode image for the specified binary data to a stream, using the given image format. |
| ExportAsync(String, Stream, DXImageFormat) | Asynchronously exports a barcode image for the supplied text to a stream using the specified image format. |
| ExportAsync(String, Encoding, Stream, DXImageFormat) | Asynchronously exports a barcode image for the specified text to a stream, using the given encoding and image format. |
| ExportToImage(Byte[], DXImageFormat) | Generates a barcode image for the supplied binary data. |
| ExportToImage(String, DXImageFormat) | Generates a barcode image for the supplied text. |
| ExportToImage(String, Encoding, DXImageFormat) | Generates a barcode image for the supplied text using the specified encoding. |
| ExportToImage(String, Encoding) | Generates a barcode image for the supplied text using the specified encoding. |
| ExportToImageAsync(Byte[], DXImageFormat) | Asynchronously generates a barcode image for the specified binary data. |
| ExportToImageAsync(String, DXImageFormat) | Asynchronously generates a barcode image for the specified text. |
| ExportToPdf(Byte[], Stream) | Exports a barcode to PDF format. |
| ExportToPdf(String, Stream) | Exports a barcode to PDF format. |
| ExportToPdf(String, Encoding, Stream) | Exports a barcode to PDF format. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Print(Byte[], PrintOptions) | Prints a barcode image for the specified binary data, using the given print options. |
| Print(String, PrintOptions) | Prints a barcode image for the specified text, using the given print options. |
| Print(String, Encoding, PrintOptions) | Prints a barcode image for the specified text, using the given encoding and print options. |
| Print(String, Encoding) | Prints a barcode image for the specified text using the given encoding. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also