_Document.SummaryLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the length of the summary as a percentage of the document length.
public:
property int SummaryLength { int get(); void set(int value); };
public int SummaryLength { get; set; }
member this.SummaryLength : int with get, set
Public Property SummaryLength As Integer
Property Value
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(Object, Object, Object) method or the SummaryViewMode property is applied to the document.