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.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
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