The word to be inserted after each suspect word in the final output document.
Syntax
Visual Basic (Declaration) | |
---|
Public Property EndSuspectWordSeparator As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterDocumentMarkOptions
Dim value As String
instance.EndSuspectWordSeparator = value
value = instance.EndSuspectWordSeparator
|
C# | |
---|
public string EndSuspectWordSeparator {get; set;} |
Return Value
The string to be inserted after each suspect word in the final output document (i.e. after the words not approved by the Checking subsystem).
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also