PresentationCommentText Property |
Gets the text of the comment.
Namespace: GroupDocs.Metadata.Formats.DocumentAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string Text { get; }
Public ReadOnly Property Text As String
Get
public:
property String^ Text {
String^ get ();
}
member Text : string with get
Property Value
Type:
String
The comment text.
See Also