| SignDocAnnotationgetPlainText Method |
Get the plain text of a text annotation.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getPlainText()
Public Function getPlainText As String
public:
String^ getPlainText()
member getPlainText : unit -> string
Return Value
Type:
StringThe plain text of the annotation. The start of a new paragraph (except for the first one is represented by CR and/or LF characters. The return value is null if the plain text is not available.
See Also