Click or drag to resize
Pdftools logo

Extractor Class

Allows for extracting page-wide content of a PDF.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.ExtractionExtractor

Namespace: PdfTools.Extraction
Assembly: PdfTools (in PdfTools.dll) Version: 1.11.1+7e91adfd8b3958b0a599c3b63ff35d8a15e95be7
Syntax
C#
public class Extractor : NativeObject

The Extractor type exposes the following members.

Constructors
 NameDescription
Public methodExtractor 
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodExtractText

Extract text from a PDF document

Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also