public ImagePresentationPage AddImagePage( string imageURI, int insertIndex )
Public Function AddImagePage( _ ByVal imageURI As String, _ ByVal insertIndex As Integer _ ) As ImagePresentationPage
Parameters
- imageURI
- The path to an image file
- insertIndex
- The insert position. If -1, the page is added to the end of the page collection. If 0, the page is added to the beginning of the page collection.