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: 11.4.0.9.0.377 (.NET 4.5.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