VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
I'm adding some images and text to an image. Works fine when I add images but when I add a TextLineFigure and I try and render, I get an error, 'Object is not part of this document.' I can see the TextLineFigure in the FigureViewCollection so not sure where the issue is.A TextLineFigure object has a PdfFont object, which is used for text drawing. Please make sure that the PdfFont object references to a PDF font in your PDF document.
How do I add the PdfFont to the document? Looks like the Fonts collection is read only.Please read how to create PDF font here: https://www.vintasoft.com/docs/vsimagin ... ument.html