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
trueto extract PdfPath objects instead of PdfTextData;falseotherwise.
Remarks
Default value: false.