Enum BarCodeImageFormat

Enum BarCodeImageFormat

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)

Specifies the file format of the image.

public enum BarCodeImageFormat

Fields

Bmp = 0

Specifies the bitmap (BMP) image format.

Emf = 6

Specifies the Enhanced Metafile (EMF) image format. (Supported only on Windows platform, on *nix platforms is saved as PNG)

Gif = 1

Specifies the Graphics Interchange Format (GIF) image format.

Jpeg = 2

Specifies the Joint Photographic Experts Group (JPEG) image format.

Pdf = 8

Specifies the Portable Document Format (PDF) image format.

Png = 3

Specifies the W3C Portable Network Graphics (PNG) image format.

Svg = 7

Specifies the Scalable Vector Graphics (SVG) image format.

Tiff = 4

Specifies the Tagged Image File Format (TIFF) image format.

TiffInCmyk = 5

Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. (Supported only on Windows platform, on *nix platforms is saved as Tiff)

 English