Represents a document section.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Section : DocumentObject

The Section type exposes the following members.

Name Description
Public constructor .ctor()
Name Description
Public member FirstPageHeaderFooterDiffers Gets or sets a value that indicates whether a different header and footer should be used for the first page in the section.
Public member HeadersFooters Gets the headers and footers of this section.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member PageSetup Gets or sets the page setup for this section
Public member PaperSourceSettings Gets or sets the PaperSourceSettings object specifying the printer-specific input trays for the pages in this document section.
Public member Start Gets or sets the value that specifies where this section should start in the document.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)