Skip to main content

BarCodeControl.ExportToImage Method

Name Parameters Description
ExportToImage() none Creates an image of the bar code in the PNG format with a resolution of 96 DPI.
ExportToImage(ImageFormat, Int32) format, resolution Creates an image of the bar code with the specified image format and resolution.
ExportToImage(ImageFormat) format Creates an image of the bar code with the specified image format and a resolution of 96 DPI.
ExportToImage(Stream, ImageFormat, Int32) stream, format, resolution Saves the bar code as an image to a stream with the specified image format and resolution.