viewState

The viewState property defines the current view state of the document.

 

Syntax

System.Object viewState();

 

Return Value

Returns the viewState object, otherwise, null.

 

Remarks

The state includes, at minimum, information about the current page number, scroll position, zoom level, and field focus.

 

Member of doc.

 

Example