This class exports the contents of a CanvasControl to a Stream using a pixel based image format.

Namespace: yWorks.Canvas.IO
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class PixelImageExporter : IImageExporter
Visual Basic
Public Class PixelImageExporter _
	Implements IImageExporter

Remarks

The supported formats are JPEG, PNG, TIFF, GIF and BMP.

Related Reading in the Developer's Guide

Using PixelImageExporter is described in the section Exporting the Canvas's Content.

Related Demo Applications

See the yFiles.NET tutorials for step by step introductions.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.IO..::..PixelImageExporter

See Also