How to Add label into Page Elements

Hi Team , 

Can you please help me with how to insert Lable into Page Document?

Please find below the code.

Need to convert this code into syncfusion PDF Code 

label.Y  = (yValue - (pageCount * height)) - pageLineOffset;
 page.Elements.Add(label);

Dynamic pdf Code Need to Convert  syncfusion PDF Code  

 label.Yaxis = (yValue - (pageCount * height)) - pageLineOffset;
 document.Pages.Add();

how to Insert Label this syntex? 

Please help me with this.


1 Reply

GK Gowthamraj Kumar Syncfusion Team January 22, 2021 02:03 PM UTC

Hi Ashish, 

Thank you for contacting Syncfusion support. 

At present, we do not have support for inserting labels in a PDF document using our library. On analyzing your provide details, can you please share with us what the label contain image, text, shapes, etc, you want to insert this content in PDF page. If it is an actual requirement, we can add this content in a PDF document. Please refer to the below documentation link for more information,   


If it does not satisfy your requirement, please provide us the below details, it will helpful for us to provide the precise solution on this.  
    
           Further details about your requirement (Label)     
           Expected output     

Regards, 
Gowthamraj K 


Loader.
Up arrow icon