PageSetup.SuppressEndnotes Property 

True if endnotes are printed at the end of the next section that doesn't suppress endnotes. Suppressed endnotes are printed before the endnotes in that section.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim pageSetup1 As PageSetup

Dim returnValue As Integer
returnValue = pageSetup1.SuppressEndnotes

Dim sampleValue As Integer
pageSetup1.SuppressEndnotes = sampleValue

Syntax

Property SuppressEndnotes() As Integer
int SuppressEndnotes {get; set;}
property Int32 SuppressEndnotes{
    Int32 get();
    Void set(Int32);
}
public int get_SuppressEndnotes();
public void set_SuppressEndnotes(int);
function get SuppressEndnotes() : int;
function set SuppressEndnotes(int);

Remarks

This property takes effect only if the Location property is set to wdEndOfSection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

PageSetup Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

PageSetup Members