How can i print a gird (like a form) its contain text box, combo box... Below i am enclosed my xaml page code. I just want print this design.This sample i have Height="1450" Width="1362" gird also. Pls help me.
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"
d:DesignHeight="300" d:DesignWidth="400">
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
johardasPosted May 7, 2013, 2:07 AM
First i am thanking u. I am using silverlight web App. In which header file is using for get PrintDialog and IDocumentPaginatorSource.
PrintDialog pd = new PrintDialog();
Vishnujeet KumarPosted May 6, 2013, 8:28 AM
http://miteshsureja.blogspot.in/2012/06/printing-flow-document-using-wpf.html
http://www.olsonsoft.com/blogs/stefanolson/post/Introduction-to-FlowDocument-for-Silverlight.aspx