Click or drag to resize

DefaultPdfIntegrationProviderOnDocumentSearching Method

Called before a document is searched.

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

Parameters

e
Type: RadPdf.IntegrationDocumentSearchingEventArgs
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