Property WithFormatting
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
WithFormatting
Gets or sets a value indicating whether to extract text formatted as seen in a PDF viewer.
public bool WithFormatting { get; set; }
Property Value
- bool
true
if extract text formatted as seen in a PDF viewer;false
otherwise.
Remarks
Default value: false
.