API Reference

Class

VisioInspectionPageSnapshot

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Snapshot of a Visio page.

Inheritance

  • Object
  • VisioInspectionPageSnapshot

Usage

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

Returned or exposed by

Properties

public Int32 Id { get; } #

Page identifier.

public String Name { get; } #

Page display name.

public String NameU { get; } #

Page universal name.

public Double Width { get; } #

Page width in inches.

public Double Height { get; } #

Page height in inches.

public IReadOnlyList<String> Layers { get; } #

Layer names used on the page.

public IReadOnlyList<VisioInspectionShapeSnapshot> Shapes { get; } #

Shape snapshots on the page, including group children.

public IReadOnlyList<VisioInspectionConnectorSnapshot> Connectors { get; } #

Connector snapshots on the page.