Click or drag to resize

PdfTextExtractOptions Properties

The PdfTextExtractOptions type exposes the following members.

Properties
Name Description
Public property ExtractArea
Specified the text extract area. default vale: RectangleF.Empty.
Public property IsExtractAllText
Whether is extract all texts. default vale: false.
Public property IsShowHiddenText
Whether is show hidden texts. default vale: true.
Public property IsSimpleExtraction
Whether is use simple extraction. default vale: false.
Top
See Also