How to save the flowchart (as image) to a stream

Hi,

I can't seam to find a saveimagetostream kind of function to save the controll (as image) to a stream. I would like to add an image of the flowchart in a pdf but without needing to save it to a file first.

Thanks, Rene

Hi,

The SaveImageToFile is the only method available. We'll look into expanding TMS FNC Blox to include a method to save an image to a stream as well. Alternatively, you can also take a look at the MakeScreenShot function which returns an in memory TTMSFNCBitmap. This can be save to a stream with the SaveToStream method.