IObjectsManagerTIsChanged Method
Determines whether the current manager status is changed or not.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool IsChanged(
int pagesCount,
int fullHeight,
int hiddenHeight
)
Function IsChanged (
pagesCount As Integer,
fullHeight As Integer,
hiddenHeight As Integer
) As Boolean
bool IsChanged(
int pagesCount,
int fullHeight,
int hiddenHeight
)
abstract IsChanged :
pagesCount : int *
fullHeight : int *
hiddenHeight : int -> bool
- 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.
BooleanReturns true if the status is changed, false otherwise.