Click or drag to resize
Pdftools logo

ContentExtractor Class

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.ContentContentExtractor

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public class ContentExtractor : NativeObject, 
	IEnumerable<ContentElement>, IEnumerable

The ContentExtractor type exposes the following members.

Constructors
 NameDescription
Public methodContentExtractor

Create a new content extractor

Top
Properties
 NameDescription
Public propertyUngrouping Configures the extractor's behavior regarding the selection of groups to be un-grouped. Default value: None.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also