| PdfSearchIsBusy Property |
Gets a value indicating whether the search operation is running.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
public:
property bool IsBusy {
bool get ();
}
member IsBusy : bool with get
/** @property */
public boolean get_IsBusy()
Property Value
BooleanSee Also