Hi,
I'm still having an issue when trying to print from a richeditcontrol
this code works for the left margin by itself:
rte_roundup.SetParagraphSetting(LeftMargin!, 500)
this code works for the top margin by itself:
rte_roundup.TopMargin = 500
but when I try to use them together they dont work. Only the last one set seems to be used when printing so I get cut off at either the top or left page margins.
Is there anyway to print with both top bottom left and right margins set?
I'm using the built in rich edit control. When I tried the TX it caused too many other things not to work like embedding html links.
Thanks,
Lou