KM
Karthik M
Syncfusion Team
March 11, 2010 08:45 AM UTC
Hi Vijay,
Could you please try with the below code-snippet to access the existing page template and let us know if this helps.
[Code Snippet]
//Load the existing PDF document.
PdfLoadedDocument ldoc = new PdfLoadedDocument("Sample.pdf");
//Create new template from the existing page.
PdfPageBase page = ldoc.Pages[0];
PdfTemplate loadedTemplate = page.CreateTemplate();
Best Regards,
Karthik