Overload | Description |
---|---|
CopyPages(IEnumerable<Int32>,Int32) | Copies a list of pages and insert the copied pages at the specified position. This method must be called on the MCT. Use QueuedTask.Run. |
CopyPages(IEnumerable<PresentationPage>,Int32) | Copies a list of pages and insert the copied pages at the specified position. This method must be called on the MCT. Use QueuedTask.Run. |