IDocumentLayout<T> Interface

Describes the layout of objects contained in IDocument<T>.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IDocumentLayout<T>
where T : IDocumentObject

Type Parameters

T
Type of elements contained in IDocument<T>.

Properties

ColumnsCount Gets or sets a count of the pages columns in the document.
CurrentContentPlacement Gets the current content placement on the page.
CurrentPage Gets or sets the current page.
HasHeaderFooter Determines whether Header and Footer are specified directly on the Document.
PagesCount Gets or sets a count of the pages in the document.

Methods

IsChanged Determines whether the layout of the document has changed or not.
TryGetEnumerator Returns enumerator of the document objects based on the placement and index of the page.

See Also