'Declaration
Public Overrides Function MoveItem( _ ByVal item As PDFAnnotation, _ ByVal step As Integer _ ) As Boolean
'Usage
Dim instance As PDFAnnotationCollection Dim item As PDFAnnotation Dim step As Integer Dim value As Boolean value = instance.MoveItem(item, step)
public override bool MoveItem( PDFAnnotation item, int step )
public: bool MoveItem( PDFAnnotation* item, int step ) override
public: bool MoveItem( PDFAnnotation^ item, int step ) override
Parameters
- item
- Item to move.
- step
- Number of positions to move.
Return Value
True if the item has been moved.