ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Remove Method
Page to remove.




In This Topic
Remove Method (ImGearDocumentPageArray)
In This Topic
Removes a page from the array.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal value As ImGearPage _
) 
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As ImGearPage
 
instance.Remove(value)

Parameters

value
Page to remove.
See Also