ShowPageBreaks Property [Visio 2003 SDK Documentation]

Determines whether page breaks are shown in a window.

intRet = object**.ShowPageBreaks**

object**.ShowPageBreaks** = intExpression

intRet     Integer. True (-1) if page breaks are showing; False (0) if page breaks are hidden. The default is to hide page breaks.

object     Required. An expression that returns a Window object.

intExpression     Required Integer. True (non-zero) to show page breaks; False (0) to hide page breaks.

Version added

4.5

Remarks

Setting the ShowPageBreaks property is equivalent to clicking Page Breaks on the View menu.

Applies to | Window object

See Also | ShowConnectPoints property | ShowGrid property | ShowGuides property | ShowRulers property | ShowStatusBar property