Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

Name Property (Document)






Name of the document.
Syntax
public string Name {get; set;}
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As Document
Dim value As String
 
instance.Name = value
 
value = instance.Name
public String getName()
public void setName(String value)
            
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the document.
Remarks

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.LoadFromFile, DocumentFactory.LoadFromUri, DocumentFactory.LoadFromUriAsync or DocumentFactory.LoadFromStream. If this value is null, then Name is the file name with extension of the original document file name or URL (or the value "Stream" if this document was created using a stream).

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features