 | PdfTextAdvanceTextExtraction Property |
Gets or sets a value indicating whether advanced text extraction is enabled globally.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool AdvanceTextExtraction { get; set; }Public Shared Property AdvanceTextExtraction As Boolean
Get
Set
public:
static property bool AdvanceTextExtraction {
bool get ();
void set (bool value);
}static member AdvanceTextExtraction : bool with get, set
/** @property */
public static boolean get_AdvanceTextExtraction()
/** @property */
public static void set_AdvanceTextExtraction(boolean value)
Patagames.Pdf.Net.PdfText.get_AdvanceTextExtraction = function();
Patagames.Pdf.Net.PdfText.set_AdvanceTextExtraction = function(value);
Property Value
Boolean if advanced text extraction is enabled; otherwise,
.
RemarksNote: 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