Click or drag to resize

IPdfImageExtractor Interface

The interface for a class that extract images from a PDF document.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public interface IPdfImageExtractor

The IPdfImageExtractor type exposes the following members.

Methods
  NameDescription
Public methodExtractPages
Extracts the pages from the PdfGeneratedDocument object as images.
Top
See Also