IDocumentLayoutTIsChanged Method
Determines whether the layout of the document has changed or not.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.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
-
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.
Boolean if the status is changed,
otherwise.