Removing label

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v11)  /  Re: Removing label

DynamicPDF CoreSuite for .NET (v11) Forum

 Dec 18 2020 12:35 PM
Hi,

Is it possible to remove a label from a document?
It is inserted like below an in some cases I need to remove it.

            Page p........;
            ceTe.DynamicPDF.PageElements.Label l = new ceTe.DynamicPDF.PageElements.Label(footerText, px, py, footerWidth, footerHeight,
                ceTe.DynamicPDF.Font.LoadSystemFont(footerFontName), footerFontSize, TextAlign.Left, footerColor);
            l.Angle = angle;
            p.Elements.Add(l);
 Dec 18 2020 5:15 PM
Posted by a ceTe Software moderator
Hi,

It's not possible to remove it after outputting the PDF. You could add logic to only add it when needed however.

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 9:54 AM.