PageCollectionGetPage Method (Int32) |
Gets the element at the specified ID.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Page GetPage(
int ID
)
Public Function GetPage (
ID As Integer
) As Page
public:
Page^ GetPage(
int ID
)
member GetPage :
ID : int -> Page
Parameters
- ID
- Type: SystemInt32
Return Value
Type:
Page
See Also