PdfPrintImageType EnumerationTerminal Works - PDF Printing.Net Library
Definies available image types.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public enum ImageType
Members

  Member nameValueDescription
FindFromFileName0 Image type will be determined from the output image file name.
BMP1 Image type will be BMP.
GIF2 Image type will be GIF.
JPEG3 Image type will be JPEG.
PNG4 Image type will be PNG.
TIFF5 Image type will be TIFF.
See Also

Reference