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.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
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