Skip to main content
A newer version of this page is available.

BarCode.Save(String, ImageFormat) Method

Saves the bar code image to a file, specifying the image file format.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void Save(
    string fileName,
    ImageFormat format
)

Parameters

Name Type Description
fileName String

A String value, which specifies the path to the file into which to save the image.

format ImageFormat

A ImageFormat enumeration that specifies the image format.

See Also