This class exports the contents of a CanvasControl to a Stream using the vector based XPS format.

Namespace: yWorks.Canvas.IO
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Related Reading in the Developer's Guide

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

Related Demo Applications

See the yFiles WPF tutorials for step by step introductions.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.IO..::..XpsExporter

See Also