Click or drag to resize
Shape Class
Shape class represents a shape in Microsoft Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordReaderShape

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Shape

The Shape type exposes the following members.

Methods
  NameDescription
Public methodSaveAsJPG
Saves the current Shape as a JPG file.
Top
Properties
  NameDescription
Public propertyIndex
Gets the index of the Shape.
Top
Remarks

Representing a shape in Microsoft Word, Shape class is used to read the shapes and pictures in Word.

See Also