Gets or sets the comments that provide additional information about the document

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Comments { get; set; }
Public Property Comments As String
	Get
	Set
public:
property String^ Comments {
	String^ get ();
	void set (String^ value);
}
member Comments : string with get, set

Property Value

String

See Also