←Select platform

Name Property

Summary

Name to use with the document.

Syntax
C#
VB
C++
public string Name { get; set; } 
Public Property Name() As String 
   Get 
   Set 
public:  
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

Name to use with the document. The default value is null.

Remarks

This value is optional and setting it depends on the application's requirement.

The value of Name will be set in LEADDocument.Name when the factory loads this document for the first time.

Example

For an example, refer to DocumentFactory.BeginUpload.

Requirements

Target Platforms

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

Leadtools.Document Assembly