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