Click or drag to resize

PdfFocusPdfImage Class

Allows to extract images from PDF
Inheritance Hierarchy
SystemObject
  SautinSoftPdfFocusPdfImage

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

The PdfFocusPdfImage 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