The PdfImagesPdfImageInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Bpc |
Bits per component.
| |
| Color |
Image color space.
| |
| Comp |
Number of color components
| |
| Enc |
Image encoding.
| |
| Height |
Image height (in pixels)
| |
| Interp |
True if the interpolation is to be performed when scaling up the image.
| |
| Num |
The image number
| |
| Page |
The page number containing the image.
| |
| RawLine |
Raw output of 'pdfimages -list'
| |
| Size |
The size (in bytes) of the embedded image in the pdf file.
| |
| Type |
The image type.
| |
| Width |
Image width (in pixels)
| |
| Xppi |
The horizontal resolution of the image (in pixels per inch) when rendered on the pdf page.
| |
| Yppi |
The vertical resolution of the image (in pixels per inch) when rendered on the pdf page.
|
See Also