Document.SummaryLength Property
Gets or sets the length of the summary as a percentage of the document length.
Namespace: Microsoft.Office.Tools.Word
Assembly: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.