PdfConvertOptions
FindTextByAbsolutePosition Property
|
Note: This API is now obsolete.
Find Text in PDF file by absolute position or operator order.default is true.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future. please use PdfTextFindOptions.Strategy instead.")]
public bool FindTextByAbsolutePosition { get; set; }
<ObsoleteAttribute("This property may be removed in the future. please use PdfTextFindOptions.Strategy instead.")>
Public Property FindTextByAbsolutePosition As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property may be removed in the future. please use PdfTextFindOptions.Strategy instead.")]
property bool FindTextByAbsolutePosition {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property may be removed in the future. please use PdfTextFindOptions.Strategy instead.")>]
member FindTextByAbsolutePosition : bool with get, set
Property Value
Type:
Boolean
See Also