BarCodeControl.ExportToImage() Method
Creates an image of the bar code in the PNG format with a resolution of 96 DPI.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Image | A Image object, specifying the currently displayed bar code as an image. |
Remarks
Use the ExportToImage method to get the currently displayed bar code as an image in the PNG format with a resolution of 96 DPI.
See Also