This method sets whether the edit area of the document is visible and is only effective when the document is opened in visible mode.
Defined in
Syntax
public void setEditAreaVisible(boolean visible)
Parameters
boolean visibleSpecifies true to indicate that the edit area is visible, or false to indicate that the edit area is not visible.
See examples