Click here to Skip to main content
15,882,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am Creating a word Document using Aspose.Words dll.The Document is getting Generated Fine but the problem is the document which i am getting it doesn't have the page border.Now How to set Page border for that document through code or something.

Can anyone help on this please...

Ragards,
Prasant
Posted
Comments
Debojyoti Majumder 24-Jan-11 7:52am    
Please share your code..

1 solution

May be this will help.

XML
<Render>
...
<Extension Name="AWDOC" Type="Aspose.Words.ReportingServices.DocRenderer,Aspose.Words.ReportingServices">
<Configuration>
    <PageBorder>Continuous</PageBorder>
</Configuration>
</Extension>
</Render>


Ref: aspose[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900