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.