Pages

Men

rh

7/20/2012

What kind of documents are supported in WPF?

What kind of documents are supported in WPF?
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.

No comments :

Post a Comment