Property ExtractTextAsPath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ExtractTextAsPath
Gets or sets a value indicating whether to extract text as vector path.
public bool ExtractTextAsPath { get; set; }
Property Value
- bool
true
to extract PdfPath objects instead of PdfTextData;false
otherwise.
Remarks
Default value: false
.