| Name | Description | |
|---|---|---|
![]() | AddBlankPage | Adds a new blank page to the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddImagePage | Adds a new image page to the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddMapPage | Overloaded. |
![]() | AddVideoPage | Adds a new video page to the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CopyPages | Overloaded. |
![]() | DeletePage | Overloaded. |
![]() | DeletePages | Overloaded. |
![]() | Export | Exports the presentation to a variety of formats (e.g., PDF, video, image series). This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetAllPages | Gets all the pages in the presentation. |
![]() | GetAspectRatio | Gets the aspect ratio of the presentation. |
![]() | GetCanEditMetadata | Gets whether the presentation's metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDefinition | Gets the presentation's CIM definition. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetMetadata | Gets the presentation's metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPage | Get a page by index. |
![]() | GetPageSettings | Gets the CIMPage for the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SaveAsFile | Exports a presentation to a new presentation (.prsx) file. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetAspectRatio | Changes the aspect ratio of the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefinition | Applies the changes made to a modified ArcGIS.Core.CIM.CIMPresentation to the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetMetadata | Sets the presentation's metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetName | Sets the name of the presentation. It is important that all presentations have a unique name so they can be easily referenced. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetPageSettings | Applies the changes made to a modified CIMPage to the presentation. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ShowProperties | Opens the Presentation Properties dialog. |

