| 
DocumentProperty
Name Property
  | 
 Returns property name. Read-only.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string Name { get; }
 
Public ReadOnly Property Name As String
	Get
 
public:
property String^ Name {
	String^ get ();
}
 
member Name : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also