New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
BarcodeElementGets the barcode element of this control.
BackColorGets or sets the back color for the barcode.
ValueGets or sets the value that will be converted into a barcode.
SymbologyGets or sets the symbology that will be used to convert the value of this element into a visual barcode representation.

RadBarcodeViewElement's Properties

PropertyDescription
ElementFactoryGets or sets the element factory that is used to create the elements of the displayed barcode.

Methods

MethodDescription
ExportToImage()Exports the barcode with the current dimentions of the control.
ExportToImage(int width, int height)Layouts the barcode using the provided dimentions and exports it to an image.
ExportToImage(Stream stream, Size size)Layouts the barcode using the provided size and exports it to the specified stream.
ExportToImage(string filePath, Size size)Layouts the barcode using the provided size and exports it to the specified file location.
ExportToImage(Stream stream, Size size, ImageFormat imageFormat)Layouts the barcode using the provided size and exports it to the specified stream in the specified image format.
ExportToImage(string filePath, Size size, ImageFormat imageFormat)Layouts the barcode using the provided size and exports it to the specified file location in the specified image format.

Events

EventDescription
ValueChangedOccurs after the value of the barcode is changed.
ValueChangingOccurs before the value of the barcode is changed.
SymbologyChangedOccurs after the symbology of the barcode is changed.
SymbologyChangingOccurs before the symbology of the barcode is changed.
Not finding the help you need?
Contact Support