_Document.SummaryLength Property

Definition

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.

Applies to