Enum BarCodeImageFormat
Enum BarCodeImageFormat
名称: Aspose.BarCode.Generation 聚集: Aspose.BarCode.dll (25.4.0)
指定图像的文件格式。
public enum BarCodeImageFormat
Fields
Bmp = 0
指定 bitmap (BMP) 图像格式。
Emf = 6
定义改进的图像格式(EMF)。(仅支持Windows平台,在 *nix 平台保存为 PNG)
Gif = 1
指定图形交换格式(GIF)图像格式。
Jpeg = 2
将图像格式指定为Joint Photographic Experts Group(JPEG)。
Pdf = 8
指定移动文档格式(PDF)图像格式。
Png = 3
W3C Portable Network Graphics(PNG)图像格式。
Svg = 7
指定可扩展的Vector Graphics(SVG)图像格式。
Tiff = 4
指定标签图像文件格式(TIFF)图像格式。
TiffInCmyk = 5
在 CMYK 颜色模型中指定标签图像文件格式(TIFF)图像格式。(仅支持Windows平台,在 *nix 平台保存为 Tiff)