BarCode Methods
Represents a bar code for given data with the specified options.Name | Description |
---|---|
Dispose() | Resets the bar code 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. |
ExportToPdf(Stream) | Exports the bar code to the specified stream in PDF format. |
ExportToPdf(String) | Exports the bar code image to the specified file path in 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() | Prints the barcode to the default printer. |
Print(DXPrinterSettings) | Prints the barcode with the specified print settings. |
PrintDialog() | Invokes a dialog that enables you to select a printer and change print settings. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save(Stream, DXImageFormat) | Saves the barcode image to a stream in the specified format. |
Save(String, DXImageFormat) | Saves the barcode image to a file in the specified format. |
ShowPrintPreview() | Invokes a dialog that enables you to preview the printout, print or save it in PDF format, or as an image file. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also