| Visual Basic (Declaration) | |
|---|---|
Public Property SuspectWordColor As RasterDocumentColorFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDocumentColorFlags SuspectWordColor {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterDocumentColorFlags SuspectWordColor { RasterDocumentColorFlags get(); void set (RasterDocumentColorFlags value); } | |
Return Value
The color for the suspect words in the final output document, i.e. for the words not approved by the Checking subsystem.Refer to RasterDocumentMarkOptions example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code