Click or drag to resize

PdfTextAdvanceTextExtraction Property

Gets or sets a value indicating whether advanced text extraction is enabled globally.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool AdvanceTextExtraction { get; set; }

Property Value

Boolean
if advanced text extraction is enabled; otherwise, .
Remarks
Note: Changing this property does not automatically clear the existing text buffer. You must manually reset or dispose of the buffer after modifying this value to ensure the new setting is applied correctly to subsequent operations.
See Also