PdfImagesPdfImageInfo Class

NReco.PdfRenderer Class Library Documentation
Inheritance Hierarchy

SystemObject
  NReco.PdfRendererPdfImagesPdfImageInfo

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public class PdfImageInfo

The PdfImagesPdfImageInfo type exposes the following members.

Properties

  NameDescription
Public propertyBpc
Bits per component.
Public propertyColor
Image color space.
Public propertyComp
Number of color components
Public propertyEnc
Image encoding.
Public propertyHeight
Image height (in pixels)
Public propertyInterp
True if the interpolation is to be performed when scaling up the image.
Public propertyNum
The image number
Public propertyPage
The page number containing the image.
Public propertyRawLine
Raw output of 'pdfimages -list'
Public propertySize
The size (in bytes) of the embedded image in the pdf file.
Public propertyType
The image type.
Public propertyWidth
Image width (in pixels)
Public propertyXppi
The horizontal resolution of the image (in pixels per inch) when rendered on the pdf page.
Public propertyYppi
The vertical resolution of the image (in pixels per inch) when rendered on the pdf page.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference