Back to Devexpress

BarCode Methods

officefileapi-devexpress-dot-barcodes-dot-barcode-dot-underscore-methods.md

latest3.8 KB
Original Source

BarCode Methods

Represents a bar code for given data with the specified options.

NameDescription
Dispose()Resets the bar code image, disposes of the BarCode object and releases all the allocated resources.
Equals(Object, Object) staticDetermines 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() protectedCreates 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) staticDetermines 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

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace