API Reference
Class
VisioInspectionPageSnapshot
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
- Property VisioInspectionSnapshot.Pages
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.