Gets the name of the paper.
public virtual string Name {get;}
public: __property virtual string* get_Name();
'Declaration
Public Overridable ReadOnly Property Name As String
'Usage
Dim instance As Paper
Dim value As String
value = instance.Name
Property Value
A string value which represents the paper name.