_Document.SummaryLength Property
Returns or sets the length of the summary as a percentage of the document length.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SummaryLength As Integer
Get
Set
'Usage
Dim instance As _Document
Dim value As Integer
value = instance.SummaryLength
instance.SummaryLength = value
int SummaryLength { get; set; }
Property Value
Type: System.Int32
Remarks
The larger the number, the more detail that's 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.