ImageGear .NET v24.14 - Updated
Remove Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : Remove Method
Page to remove.
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)
public virtual void Remove( 
   ImGearPage value
)
public: virtual void Remove( 
   ImGearPage* value
) 
public:
virtual void Remove( 
   ImGearPage^ value
) 

Parameters

value
Page to remove.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
ImGearPage Class