CompareOptionsShowOnlySummaryPage Property |
Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool ShowOnlySummaryPage { get; set; }
Public Property ShowOnlySummaryPage As Boolean
Get
Set
public:
property bool ShowOnlySummaryPage {
bool get ();
void set (bool value);
}
member ShowOnlySummaryPage : bool with get, set
Property Value
Type:
Boolean
See Also