BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
pdfGrid.BeginPageLayout+=pdfGrid_BeginPageLayout;
//Draw grid to the page of PDF document.
pdfGrid.Draw(page, new PointF(10, 10), layoutFormat);
private void pdfGrid_BeginPageLayout(object sender, BeginPageLayoutEventArgs e)
{
//Set page number when each page starts
(sender as PdfGrid).Rows[i].Cells[0].Value = "Page - "+pageNumebr.ToString();
}
Please refer the sample in the below link:
http://www.syncfusion.com/downloads/support/forum/119953/ze/MvcApplication11803112166
Please try this and let us know if you have any further assistance.
Regards,
Abirami.