Helo ,
I tried to align header to the left by the following method.
sec1.PageInfo.Margin.Left = 0;
HeaderFooter ff = new HeaderFooter();
hf.Margin.Left = 0;
this is working fine with the Apose Pdf version 3.5.00 , when i updated the dll to 3.6.1.0 , the same code is not working , ie the header is not aligning to the left
Thanks in advance
Subeesh