API Reference

Enum

VisioPlacementDepth

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

Specifies how deeply Visio analyzes connected shapes before creating a page layout.

Inheritance

  • Enum
  • VisioPlacementDepth

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 VisioPlacementDepth Default #

Use the page or template default.

Value: 0
public const VisioPlacementDepth Medium #

Use medium analysis depth.

Value: 1
public const VisioPlacementDepth Deep #

Use deep analysis.

Value: 2
public const VisioPlacementDepth Shallow #

Use shallow analysis.

Value: 3