Hello,
Yup, after the 80th there is an exception thrown, see stack dump below. As well, I am using the same pdfexporter for all exports.
at System.Drawing.Graphics.GetHdc() at MindFusion.Drawing.GdiGraphics.GetHdc() at MindFusion.Pdf.PdfGraphics.GetHdc() at MindFusion.Pdf.PdfFont.xed0095cff33220da(Font x26094932cf7a9139) at MindFusion.Pdf.PdfFont..ctor(Font font, PdfPage _page) at MindFusion.Pdf.PdfPage.AddFont(Font font) at MindFusion.Pdf.PdfText..ctor(PdfPage _page, Font font, Brush _brush, String s, StringFormat format, RectangleF _layoutRect) at MindFusion.Pdf.PdfGraphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) at MindFusion.Diagramming.ShapeNode.xeda13f64d938197c(IGraphics x41347a961b838962, RenderOptions xdfde339da46db651) at MindFusion.Diagramming.ShapeNode.xc79d59e9288101bd(IGraphics x41347a961b838962, RectangleF xa6236fc5cd405c4e, Boolean x2f9dabff87b2168b, Brush xb45de92d01a0ec1f, Pen x9c79b5ad7b769b12, RenderOptions xdfde339da46db651) at MindFusion.Diagramming.ShapeNode.Draw(IGraphics graphics, RenderOptions options) at MindFusion.Diagramming.Diagram.x83e1efc9aa69ada9(IGraphics x41347a961b838962, DiagramItem xccb63ca5f63dc470, Boolean x9c41bb4d9b3b314f) at MindFusion.Diagramming.Diagram.x679ae26de3befa07(IGraphics x41347a961b838962, RectangleF xd0772cd9ac472b96, Boolean x979174172ae18db3) at MindFusion.Diagramming.Diagram.Draw(IGraphics graphics, RenderOptions options, RectangleF clipRect, Boolean noModifiedItems) at MindFusion.Diagramming.Export.PdfExporter.Export(Diagram diagram, String filePath) at VectorFlow.frmFlow.LoadDiagram() in D:\FlowChart\Flow\frmFlow.vb:line 741
Hope this helps! Barry
|