BackPageID Property

A Long type property. Gets or sets the ID (ID property) of the background page for the specified page.

Applies to: Page object

Syntax

[[Let] longRet =] object.BackPageID

[Let] object.BackPageID = backPageIDSet

The BackPageID property syntax has these parts:

Part Description
object Required. An expression that returns a Page object.
longRet Optional. A Long type variable.
backPageIDSet Required. An expression that returns a Long value.

Remarks

The contents of a background page is displayed on the background of the page it's assigned to, but can't be edited. The backPageIDSet returns an ID of a page within the same document (the Document property) which can be set as background page (the IsBackGround property). A background page can be set as background for itself, that is the BackPageID property is only effective, if the IsBackground value is False for the page.

 

See Also

ID property, Document property