Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsDownloaded Property

Show in webframe
Gets a value that indicate if this document was downloaded.
Syntax
get_isDownloaded();
Object.defineProperty('isDownloaded');

Property Value

TypeDescription
booleantrue if this document was downloaded; otherwise, false.
Remarks

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.

Example

For an example, refer to Document.

See Also

Reference

Document Object
Document Members

Error processing SSI file