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

BarCode.Save(Stream, ImageFormat) Method

Saves the bar code image to the stream in a specified format.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void Save(
    Stream stream,
    ImageFormat format
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which the image is written.

format ImageFormat

A ImageFormat enumeration that specifies an image format.

See Also