IPresentationPageFactory Interface Members
In This Topic
The following tables list the members exposed by IPresentationPageFactory.
Public Methods
| Name | Description |
 | CreateBlankPage |
Adds a new blank page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.
|
 | CreateImagePage |
Adds a new image page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.
|
 | CreateMapPage | Overloaded. |
 | CreatePage |
Adds a new page to the presentation using a CIM presentation page definition. This method must be called on the MCT. Use QueuedTask.Run.
|
 | CreateVideoPage |
Adds a new video page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also