Version

FinalSection Property

Returns a DocumentFinalSection instance which defines properties such as page size, margins, and orientation for the final section of the document.
Syntax
'Declaration
 
Public ReadOnly Property FinalSection As DocumentFinalSection
public DocumentFinalSection FinalSection {get;}
Remarks

The instance returned from this property defines the pagination for all content in the document that does not belong to a section.

In the case where no sections are defined for any paragraph or table in the document, this property defines the pagination for the entire document.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also