CompareOptionsShowInsertedContent Property |
Indicates whether to show inserted components in resultant document or not.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool ShowInsertedContent { get; set; }
Public Property ShowInsertedContent As Boolean
Get
Set
public:
property bool ShowInsertedContent {
bool get ();
void set (bool value);
}
member ShowInsertedContent : bool with get, set
Property Value
Type:
Boolean
See Also