Click or drag to resize
Pdftools logo

PdfTools.Image Namespace

 
Classes
 ClassDescription
Public classDocument

The base class for image documents

Image documents are either opened using Open(Stream) or the result of an operation, e.g. of PDF to image conversion using ConvertPage(Document, Stream, Profile, Int32).
Public classDocumentList

List of image documents

Public classMultiPageDocument

The image document of an image format that supports multi-page images

This class is used for TIFF images, which can contain one or more pages.
Public classPage

The page of an image document

Public classPageList

The list of image pages

Public classSinglePageDocument

The image document of an image format that only supports single-page images

This class is used for the following image formats:
  • JPEG
  • BMP
  • GIF
  • HEIC/HEIF
  • PNG
  • JBIG2
  • JPEG2000