Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want show large document in FlowDocumentReader.how to solve performance issue in Flowdocument if i have large document
Posted
Comments
Roman Lerman 5-Jul-12 1:58am    
Please describe the performance issues. What is the number of pages? Is the document contains graphics and pictures?
Rajeev_87 6-Jul-12 3:09am    
Thanks Roman ,My Document have 1200 page Approx and don't have graphics and picture.

1 solution

hi. you may want to use a paginated view FlowDocumentPageViewer instead of the FlowdocumentScrollViewer (FlowDocumentReader has more overhead due to the additional calculations needed for breaking content into pages). also FixedDocument with DocumentViewer can improve performance.

Please, view this thread: FlowDocument Performance
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900