Gets or sets a value indicating whether to extract text formatted as seen in a PDF viewer.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool WithFormatting { get; set; }
VB
Public Property WithFormatting As Boolean
Get
Set
Property Value
Type:
Booleantrue if extract text formatted as seen in a PDF viewer;
false otherwise.
Remarks
Default value: false.
See Also