Enum BarCodeImageFormat

Enum BarCodeImageFormat

Namn på plats: Aspose.BarCode.Generation Sammanfattning: Aspose.BarCode.dll (25.4.0)

Anger filformat av bilden.

public enum BarCodeImageFormat

Fields

Bmp = 0

Anger bitmap (BMP) bildformat.

Emf = 6

Anger förstärkt metafil (EMF) bildformat.(Endast stöds på Windows-plattformen, på *nix plattformar sparas som PNG)

Gif = 1

Anger grafisk utbyte format (GIF) bildformat.

Jpeg = 2

Anger bildformat för Joint Photographic Experts Group (JPEG).

Pdf = 8

Anger Portable Document Format (PDF) bildformat.

Png = 3

Anger W3C Portable Network Graphics (PNG) bildformat.

Svg = 7

Specifikerar Scalable Vector Graphics (SVG) bildformat.

Tiff = 4

Anger bildformat för taggad bildfilformat (TIFF).

TiffInCmyk = 5

Anger bildformatet TIFF (Tagged Image File Format) i CMYK-färgmodellen.(Endast stöds på Windows-plattformen, på *nix plattformar sparas som Tiff)

 Svenska