PdfObjectExtractionOptions.ExtractTextAsPath Property

Gets or sets a value indicating whether to extract text as vector path.

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

Syntax

C#
public bool ExtractTextAsPath { get; set; }
VB
Public Property ExtractTextAsPath As Boolean
	Get
	Set

Property Value

Type: Boolean
true to extract PdfPath objects instead of PdfTextData; false otherwise.

Remarks

Default value: false.

See Also