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.13.1+c1edd0fb6162605291bc60916112af48eb301945
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