Hi, thanks for your response.
Using SaveAsImage() was my first approach, but i had problems getting access to the file on iOS. The documentation said:
"iOS – The image will be saved inside the “Photos/Album” directory."
but i didn't find a way to access this file.
Additionally the image file was just another step to load the image into a MemoryStream and draw it into a pdf. So the GetStream() approach seemed more convenient.