What kind of documents are supported in WPF?

 Posted by articlesMaint on 9/14/2009 | Category: WPF Interview questions | Views: 11894


There are two kind of major document supported in WPF Fixed format documents and Flow format document. Fixed format documents look like PDF format. They display content regardless of screen size and resolution. But flow format document adjust depending on screen size and resolution.
Below is the code snippet for fixed format. You can see the document has a look of PDF reader. Step 1 defines the tag to define a document and Step 2 shows how the document looks.
 



Figure .3:- Document viewer in action



Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response