Specifies the type of the PdfImage.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfImageType
Public Enumeration PdfImageType
public enum class PdfImageType
type PdfImageType
Members
| Member | 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.
|