IObjectsManagerTIsChanged Method

Determines whether the current manager status is changed or not.

Definition

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

Parameters

pagesCount  Int32
A count of the pages in the document.
fullHeight  Int32
Full content height.
hiddenHeight  Int32
Sum of the hidden height by collapsed areas in the document.

Return Value

Boolean
Returns true if the status is changed, false otherwise.

See Also