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




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocumentPageArray Class : Remove Method
Page to remove.
Removes page from the document.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Remove( _
   ByVal value As ImGearPage _
) 
'Usage
 
Dim instance As ImGearPDFDocumentPageArray
Dim value As ImGearPage
 
instance.Remove(value)
public override void Remove( 
   ImGearPage value
)
public: void Remove( 
   ImGearPage* value
) override 
public:
void Remove( 
   ImGearPage^ value
) override 

Parameters

value
Page to remove.
See Also

Reference

ImGearPDFDocumentPageArray Class
ImGearPDFDocumentPageArray Members