 | PdfSearchIsBusy Property |
Gets a value indicating whether the search operation is running.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic 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
Boolean
See Also