public virtual void SaveToStream( System.IO.Stream stream, NImageFormat imageFormat, NRectangle bounds, System.double dpi, NImageEncoderSettings encoderSettings )
Parameters
- stream
- The stream to save the image to.
- imageFormat
- The image format to save in.
- bounds
- Bounding box of the area to be exported.
- dpi
- Image resoltuion in DPI.
- encoderSettings
- Optional image encoder settings.