Enum BarCodeImageFormat

Enum BarCodeImageFormat

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

Gibt das Dateiformat des Bildes an.

public enum BarCodeImageFormat

Felder

Bmp = 0

Gibt das Bitmap (BMP) Bildformat an.

Emf = 6

Gibt das Enhanced Metafile (EMF) Bildformat an.
(Nur auf der Windows-Plattform unterstützt, auf *nix-Plattformen wird es als PNG gespeichert)

Gif = 1

Gibt das Graphics Interchange Format (GIF) Bildformat an.

Jpeg = 2

Gibt das Joint Photographic Experts Group (JPEG) Bildformat an.

Pdf = 8

Gibt das Portable Document Format (PDF) Bildformat an.

Png = 3

Gibt das W3C Portable Network Graphics (PNG) Bildformat an.

Svg = 7

Gibt das Scalable Vector Graphics (SVG) Bildformat an.

Tiff = 4

Gibt das Tagged Image File Format (TIFF) Bildformat an.

TiffInCmyk = 5

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

 Deutsch