Leadtools.Documents Namespace > Document Object : Name Property |
get_name();
set_name(value);
Object.defineProperty('name');
Type | Description |
---|---|
string | The 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 LoadDocumentOptions.Name if this document was created using DocumentFactory.LoadFromUri. if this value is null, then Name is the file name with extension of the original document file name or URL.