Click or drag to resize

DefaultPdfIntegrationProvider.OnDocumentSearching Method

Called before a document is searched.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public override void OnDocumentSearching(
	DocumentSearchingEventArgs e
)

Parameters

e
Type: RadPdf.Integration.DocumentSearchingEventArgs
An object (defined by DocumentSearchingEventArgs) that contains event data.
Remarks

Inheriting classes can override this method to perform other tasks, modify aspects of searching the document, or cancel the search all together. If this method is overridden in an inheriting class, you must call the base implementation.

This implementation applies the legacy AppSetting RadPdfSearchTermMin.

This method is not triggered by Search(String).

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!