BarCodeImageFormat

BarCodeImageFormat enumeration

Specificeert de bestandsindeling van de afbeelding.

public enum BarCodeImageFormat

Waarden

NaamWaardeBeschrijving
Bmp0Specificeert de bitmap (BMP) afbeeldingsindeling.
Gif1Geeft het afbeeldingsformaat Graphics Interchange Format (GIF) aan.
Jpeg2Geeft het JPEG-beeldformaat (Joint Photographic Experts Group) aan.
Png3Specificeert de W3C Portable Network Graphics (PNG) afbeeldingsindeling.
Tiff4Specificeert het afbeeldingsformaat Tagged Image File Format (TIFF).
TiffInCmyk5Specificeert de afbeeldingsindeling Tagged Image File Format (TIFF) in CMYK-kleurmodel. (Alleen ondersteund op Windows-platform, op *nix-platforms wordt het opgeslagen als Tiff)
Emf6Specificeert de Enhanced Metafile (EMF) afbeeldingsindeling. (Alleen ondersteund op Windows-platform, wordt op *nix-platforms opgeslagen als PNG)
Svg7Geeft het beeldformaat Scalable Vector Graphics (SVG) aan.

Zie ook