API Reference
Class
VisioPageDuplicationOptions
Options controlling how a Visio page is duplicated.
Inheritance
- Object
- VisioPageDuplicationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public VisioPageDuplicationOptions() #Inherited Methods
Properties
public String Name { get; set; } #Optional name for the duplicated foreground or background page. When omitted, OfficeIMO creates a unique copy name.
public Boolean DuplicateBackgroundPage { get; set; } #When true, a foreground page that uses a background page receives an independent copy of that background page. When false, the duplicated foreground page keeps using the original background page.
public String BackgroundPageName { get; set; } #Optional name for the duplicated background page when DuplicateBackgroundPage is true.