BarCodeControl.ExportToImage Method
Name | Parameters | Description |
---|---|---|
Export |
none | Creates an image of the bar code in the PNG format with a resolution of 96 DPI. |
Export |
format, resolution | Creates an image of the bar code with the specified image format and resolution. |
Export |
format | Creates an image of the bar code with the specified image format and a resolution of 96 DPI. |
Export |
stream, format, resolution | Saves the bar code as an image to a stream with the specified image format and resolution. |