The following tables list the members exposed by DocumentFactory.
Public Methods
Name | Description | |
---|---|---|
AbortUploadDocument | Abort uploading a document and delete all the stored data. | |
BeginUpload | Start uploading a document to the cache. | |
Create | Creates a new empty document. | |
DeleteFromCache | Deletes a document from the global cache. | |
IsUploadDocumentUri | Indicates whether the URL points to a special LEAD cache scheme. | |
LoadFromCache | Loads a previously saved document from the global cache. | |
LoadFromFile | Loads a document from existing data stored in a disk file. | |
LoadFromStream | Loads a document from existing data stored in a stream. | |
LoadFromUri | Loads a document from existing data stored in a remote URL. | |
LoadFromUriAsync | Loads a document asynchronously from existing data stored in a remote URL. | |
UploadDocument | Upload a chunk of the document to the global cache. |
Public Properties
Name | Description | |
---|---|---|
Cache | The LEADTOOLS ObjectCache object responsible for managing cache items and expiration policies. | |
RasterCodecsTemplate | Global template used when loading and saving raster and SVG images. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET