Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

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 Double Width { get; } #

Page width in inches.

public Double Height { get; } #

Page height in inches.

public Int32 TotalShapeDataRows { get; } #

Total number of shape-data rows on the page, including rows omitted by a bounded snapshot.

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.