SearchedEventArgs.Status Property

Gets a search status.

public SearchStatus Status { get; }
Public Property Status As SearchStatus

Property Value

SearchStatus

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

Status value will be 'Progressing' if search is not completed or cancelled by user. Status value will be 'Canceled' if user cancels it from the user interface or through code by invoking a new search. Status value will be 'Completed' when search finished.

See Also

SearchedEventArgs
ceTe.DynamicPDF.Viewer

In this topic