IDocumentLayoutTIsChanged Method

Determines whether the layout of the document has changed or not.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool IsChanged(
	int pagesCount,
	int fullHeight,
	int hiddenHeight
)

Parameters

pagesCount  Int32
Count of the pages in the document. It is compared against PagesCount.
fullHeight  Int32
Full content height. It is compared against the preceding value of this argument.
hiddenHeight  Int32
Sum of the heights hidden by the collapsed areas in the document. It is compared against the preceding value of this argument.

Return Value

Boolean
if the status is changed, otherwise.

See Also