'Declaration
Public Overrides Function MoveItem( _ ByVal item As PDFPage, _ ByVal step As Integer _ ) As Boolean
'Usage
Dim instance As PDFPageCollection Dim item As PDFPage Dim step As Integer Dim value As Boolean value = instance.MoveItem(item, step)
Parameters
- item
- Item to move.
- step
- Number of positions to move.
Return Value
True if the item has been moved.