GraphicsFigureGroup Class Properties
In This Topic
For a list of all properties of this type, see
GraphicsFigureGroup.
Public Properties
| | Name | Description |
 | ContentType | Gets the content type of graphics figure. |
 | Count | Gets the number of figures contained in the group. |
 | Document | Gets the PDF document that associated with this graphics figure. |
 | IsContentFigure | Gets a value indicating whether this figure is stored in PDF content. (Inherited from GraphicsFigure) |
 | IsReadOnly | Gets a value indicating whether the group is read-only. |
 | IsVisible | Gets a value indicating whether this figure is visible. |
 | ReferencePoints | Gets a reference points of this figure. (Inherited from GraphicsFigure) |
 | Item | Gets or sets the figure at the specified index. |
 | Transform | Gets or sets a transformation that is used in this graphics figure group. |
Protected Properties
| | Name | Description |
 | Items | Gets the items collection. |
See Also