Time it took the library to load this document in milliseconds.
public abstract TimeSpan LoadDuration { get; }
Public MustOverride ReadOnly Property LoadDuration() As TimeSpan
public:
virtual property TimeSpan^ LoadDuration
{
TimeSpan^ get() abstract;
}
The time it took the library to load this document in milliseconds.
This value is the time it took the library to load this document in milliseconds. The value is approximate and only measures the time it took the RasterCodecs object to extract information about the document such as its format, number of pages, and the size of each page with the initial GetInformation call. Times for other operations such as downloading the image data from an external URL are not included in LoadDuration.
Use LoadDocumentOptions.TimeoutMilliseconds to abort loading documents that take more than a certain amount of time to load.
Use DocumentMemoryCache to optimize subsequent loading speed for slow documents.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document