Definies available image types.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FindFromFileName | 0 | Image type will be determined from the output image file name. | |
BMP | 1 | Image type will be BMP. | |
GIF | 2 | Image type will be GIF. | |
JPEG | 3 | Image type will be JPEG. | |
PNG | 4 | Image type will be PNG. | |
TIFF | 5 | Image type will be TIFF. |
See Also