PdfObjectExtractionOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfObjectExtractionOptions Class
The PDF page object extraction options.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfObjectExtractionOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfObjectExtractionOptions
VB
Public Class PdfObjectExtractionOptions

The PdfObjectExtractionOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfObjectExtractionOptions
Initializes a new instance of the PdfObjectExtractionOptions class.

Properties

  NameDescription
Public propertyExtractTextAsPath
Gets or sets a value indicating whether to extract text as vector path.
Public propertyFlattenXObjects
Gets or sets a value indicating how to process form XObjects.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also