Page.Background Property
Visio Automation Reference |
Determines whether a page is a background page. Read/write.
Version Information
Version Added: Visio 2.0
Syntax
expression.Background
expression A variable that represents a Page object.
Return Value
Integer
Remarks
The Background property must always be true for markup pages.
Example
The following Microsoft Visual Basic for Applications (VBA) macro shows how to iterate through a document's pages and determine whether a page is a foreground or background page. It displays the foreground pages in a list box. To run this macro, first insert a user form containing a list box control into your project.
Visual Basic for Applications |
---|
|
See Also