PageCollection.GetPage
GetPage(int)
Gets the element at the specified ID.
public Page GetPage(int ID)
Parameter | Type | Description |
---|---|---|
ID | Int32 |
See Also
- class Page
- class PageCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram
GetPage(string)
Gets the element at the specified name.
public Page GetPage(string name)
Parameter | Type | Description |
---|---|---|
name | String |
See Also
- class Page
- class PageCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram