CompareOptionsExtendedSummaryPage Property |
Indicates whether to add extended file comparison information to the summary page or not.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool ExtendedSummaryPage { get; set; }
Public Property ExtendedSummaryPage As Boolean
Get
Set
public:
property bool ExtendedSummaryPage {
bool get ();
void set (bool value);
}
member ExtendedSummaryPage : bool with get, set
Property Value
Type:
Boolean
See Also