Inheritance Hierarchy
NReco.PdfRendererPdfImagesPdfImageInfo
Namespace: NReco.PdfRenderer
Assembly: NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax
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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also