Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > LoadDocumentOptions Class : Name Property |
public string Name {get; set;}
'Declaration
Public Property Name As String
'Usage
Dim instance As LoadDocumentOptions Dim value As String instance.Name = value value = instance.Name
public String getName() public void setName(String value)
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 Document.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.