Adding Ink annotations to different layers of the PDF Document

Hi Syncfusion Team,
I'm a newbie programmer and my goal is to add newly added annotations to different layers of the Pdf document
I load the Pdf document and I create 2 layers

            PdfLoadedDocument ldoc = new PdfLoadedDocument(buffer);
            PdfLayer layer1 = ldoc.Layers.Add("Layer1");
            PdfLayer layer2 = ldoc.Layers.Add("Layer2");
            pdfViewer.LoadDocument(ldoc);

Is there a simple way to choose the layer in which the newly added annotations will be added?

Thank you in advance
Roberto



2 Replies

MK Muralitharan Karikalan Syncfusion Team December 17, 2020 02:07 PM UTC

Hi Roberto, 
 
Thank you for your update, 
 
Currently, we do not have the support to add annotation on the selected PDF layer in our PDFViewer control. We will analyze the feasibility for the same and we will let you know the further details on December 21st 2020. 
 
Regards, 
Muralitharan K. 



NK Navaneetha Kannan Sudalai Muthu Syncfusion Team December 21, 2020 04:10 PM UTC

Hi Roberto,  

At present we do not have support to “Support for multiple layers in PDF documents”. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. 

Please find the feedback link below.  
Based on our present commitments and the above parameters, this feature is expected to be implemented in our 2021 Volume 2 main release. We will let you know when this feature is implemented.

 
Disclaimer: The date for the feature implementation is tentative and not a commitment on our part. 
 
Best, 
Navaneetha Kannan 


Loader.
Up arrow icon