Optional name of the document.
Object.defineProperty(LoadDocumentOptions.prototype, 'name',
get: function(),
set: function(value)
)
name: string;
The optional name of the document.
Name is not used in any special way by the Documents library. This can be set to any value to indicate for example a database field or friendly name of this document.
This value is set to Name when the document is loaded successfully.
If this value is null, then Name will be set from the file name with extension of the original document file name or URL.
For an example, refer to DocumentFactory.LoadFromUri.
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