Document.SummaryLength Property

Gets or sets the length of the summary as a percentage of the document length.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property SummaryLength As Integer
int SummaryLength { get; set; }

Property Value

Type: System.Int32
The length of the summary as a percentage of the document length.

Remarks

The larger the number, the more detail is included in the summary.

This property takes effect immediately if the AutoSummarize toolbar is displayed; otherwise, it takes effect the next time the AutoSummarize method or the SummaryViewMode property is applied to the document.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace