Click or drag to resize

PdfFocus.PdfImage Class

Allows to extract images from PDF
Inheritance Hierarchy
System.Object
  SautinSoft.PdfFocus.PdfImage

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.18
Syntax
public class PdfImage

The PdfFocus.PdfImage type exposes the following members.

Properties
 NameDescription
Public propertyHeight Image height in points.
Public propertyPageNumber Get page number from which this image was extracted.
Public propertyPicture The image data as System.Drawing.Image object.
Public propertyWidth Image width in points.
Public propertyXPos Position of the image by X.
Public propertyYPos Position of the image by Y.
Top
See Also