←Select platform

Name Property

Summary

Optional name of the document.

Syntax
C#
C++/CLI
Java
Python
public string Name { get; set; } 
public:  
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getName() 
public void setName(String value) 
Name # get and set (LoadDocumentOptions) 

Property Value

The optional name of the document.

Remarks

Name is not used in any special way by the Document 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 LEADDocument.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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.