This question is locked. New answers and comments are not allowed.
Hi,
I have two issues:
But it did'nt worked. It only removed the left and right margins !
I'm using Silverlight 4 and Q3 2011.
Thanks,
I have two issues:
- I set the fontfamily of my richtextbox at Trebuchet MS. When I write in it, everything is ok, but when I export it in word, my french accents are in Times New Roman.
<telerik:RadRichTextBox Name=
"rtb_utilisateur"
IsSpellCheckingEnabled=
"false"
FontFamily=
"Trebuchet MS"
FontSize=
"11"
DocumentInheritsDefaultStyleSettings=
"True"
>
- I want to remove the top and bottom margins, (I need my header and footer to be just on the border of the paper). I tried these three methods :
rtb_utilisateur.Document.SectionDefaultPageMargin =
New
Telerik.Windows.Documents.Layout.Padding(0)
footerDoc.SectionDefaultPageMargin =
New
Telerik.Windows.Documents.Layout.Padding(0)
headerDoc.SectionDefaultPageMargin =
New
Telerik.Windows.Documents.Layout.Padding(0)
firstSection.PageMargin = PageMarginTypesConverter.ToPadding(PageMarginTypes.Narrow)
I'm using Silverlight 4 and Q3 2011.
Thanks,