简体   繁体   中英

pagination for WPF Documentviewer

Existing WPF application has a documentviewer to show different types of data ( Images/ WordFiles ).

I required to add pagination on this documentviewer. user can also type page number to go on any specific page.

I searched on google a lot but not got any useful information.

If can we extend documentviewer functionality.. how can we achieve the required.

This control should be used more likely used in your case:

<FlowDocumentPageViewer>
        <FlowDocument>
           <Paragraph>
                 //your text here
            </Paragraph>         
        </FlowDocument>
    </FlowDocumentPageViewer>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM