Print Selected Document

I want to print all the selected UiView document ,but my LS only print the first .Can someone help !

Dim workspace As New NotesUIWorkspace

Dim uiview As NotesUIView

Set uiview = workspace.Currentview

pageseparator = 2

Call uiview.Print(1, 0, 0, False, pageseparator)

Subject: Print Selected Document

if you use forall statement on your 'uiview ’ is it still the same?