API Reference

Enum

VisioDesktopExportFormat

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Export formats supported by VisioDesktopValidator when Microsoft Visio desktop is available.

Inheritance

  • Enum
  • VisioDesktopExportFormat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VisioDesktopExportFormat Svg #

Scalable Vector Graphics export of the first page.

Value: 0
public const VisioDesktopExportFormat Png #

PNG image export of the first page.

Value: 1
public const VisioDesktopExportFormat Pdf #

PDF export of the document.

Value: 2