Leadtools.Documents Namespace > Document Object : IsDownloaded Property |
get_isDownloaded();
Object.defineProperty('isDownloaded');
Type | Description |
---|---|
boolean | true if this document was downloaded; otherwise, false. |
When a document is created using LoadFromUri, the framework will download the original file and store it in the cache if it is used or a temporary file on the system otherwise. In these cases, the value of IsDownloaded will be true. Uri will point to the original file or URL used to download the document.
For an example, refer to Document.