Enum BarCodeImageFormat

Enum BarCodeImageFormat

Der Name: Aspose.BarCode.Generation Zusammensetzung: Aspose.BarCode.dll (25.4.0)

Angeben Sie das Dateiformat des Bildes.

public enum BarCodeImageFormat

Fields

Bmp = 0

Es wird das Bitmap (BMP) Bildformat angegeben.

Emf = 6

Es wird das Erweiterte Metafile (EMF) Bildformat angegeben.(Er unterstützt nur auf der Windows-Plattform, auf *nix Plattformen wird als PNG gespeichert)

Gif = 1

Das GIF (Graphics Interchange Format) ist ein Bildformat.

Jpeg = 2

Angeben Sie das Bildformat der Joint Photographic Experts Group (JPEG.

Pdf = 8

Angibt das Portable Document Format (PDF) Bildformat.

Png = 3

Es wird das W3C Portable Network Graphics (PNG) Bildformat angegeben.

Svg = 7

Es wird das Scalable Vector Graphics (SVG) Bildformat angegeben.

Tiff = 4

Angeben Sie das Tagged Image File Format (TIFF) Bildformat.

TiffInCmyk = 5

Spezifiziert das Tagged Image File Format (TIFF) Bildformat im CMYK-Farbmodell.(nur auf der Windows-Plattform unterstützt, auf *nix Plattformen wird als Tiff gespeichert)

 Deutsch