Show specified pages in a binder

Hi

I want to show all specified pages in a binder, How should I do that?
For example I have 15 pages from a binder. I only want to show the
pages 1-6.
I'm using C#.

Regards

It is not clear what you mean with a 'binder'. In case you want to
show only first six pages from a PDF that contains 16 pages, you could
copy the first 6 pages to a temporary PDFDoc (as shown in PDFPage
sample; or delete the remaining pages in the existing doc) before
setting the doc to the viewer (PDFViewCtrl).