Namespace TallComponents.PDF.TextExtraction
Class TextExtractionOptions
Options for extracting text.
Syntax
public class TextExtractionOptions : Object
Constructors
Properties
Boolean IgnoreClipping
Controls whether clipping information for each glyph is calculated.
By default, clip information will be calculated.
Boolean ReturnBrushInfo
Controls whether Brush information for each glyph is calculated.
By default, brush information will be calculated.
If set to false, Glyph.Brush will be set to null.
Boolean ReturnPenInfo
Controls whether Pen information for each glyph is calculated.
By default, pen information will be calculated.
If set to false, Glyph.Pen will be set to null.