API Reference

Enum

VisioPackageType

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

Identifies an Open XML Visio package family.

Inheritance

  • Enum
  • VisioPackageType

Usage

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

Accepted by parameters

Values

public const VisioPackageType Drawing #

Macro-free drawing package (.vsdx).

Value: 0
public const VisioPackageType Template #

Macro-free template package (.vstx).

Value: 1
public const VisioPackageType Stencil #

Macro-free stencil package (.vssx).

Value: 2
public const VisioPackageType MacroEnabledDrawing #

Macro-enabled drawing package (.vsdm).

Value: 3
public const VisioPackageType MacroEnabledTemplate #

Macro-enabled template package (.vstm).

Value: 4
public const VisioPackageType MacroEnabledStencil #

Macro-enabled stencil package (.vssm).

Value: 5