Accusoft PDF Xpress Control v6.0
Remove Method
The PageRange object to remove from the collection.
Description

Removes the given PageRange from the collection.

Syntax
Visual Basic
Public Sub Remove( _
   ByVal pIPageRange As PageRange _
) 
Parameters
pIPageRange
The PageRange object to remove from the collection.
Remarks

This method implements a standard collection operation. It searches the collection for the given PageRange and removes it from the collection. If there are multiple occurrences of the object in the collection, this method removes only the first one (the one with the lowest index.) If there are no occurrences of the given object, this method does nothing.

See Also

PageList Collection  | PageList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback