PageClose Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:14

Description

Removes (closes) a page from the current multi-page layout.

The page to be closed is at < index > or the current one when -1 is passed.

The last page close close also the document. Is always asked to save, if necessary.

Syntax

oLay.PageClose (Index)

oLay

Required. Object name, returned by Create Layout object

Index

Required. If Index is in the range of 0 to pages-1, the specified page is closed; if Index = -1, the current page is closed.

Context

Page editing window

See also

Other Layout methods and properties