Click or drag to resize

PdfImageType Enumeration

Specifies the type of the PdfImage.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfImageType
Members
Member name Value Description
Bitmap 0 Specifies the image is bitmap.
Metafile 1 Specifies the image is metafile. Note: Metafile can't set dpi and use "Green context" dpi.
See Also