Enum ImageFormat
Specifies the supported image formats
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum ImageFormat
Fields
Name | Description |
---|---|
Jpeg | Specifies the format of the output image is JPEG/JPG (Joint Photographic Experts Group) |
Pcx | Specifies the format of the output image is PCX (PiCture eXchange) |
Png | Specifies the format of the output image is PNG (Portable Network Graphics) |
Svg | Specifies the format of the output image is SVG (Scalable Vector Graphics) |