Click or drag to resize

MarkupTable Properties

The MarkupTable type exposes the following members.

Properties
  NameDescription
Public propertyActiveCount
Returns number of markups in the table, excluding deleted markups.
Public propertyComponentType (Overrides CommonComponentTableTComponentType.)
Public propertyCount
Returns number of markups in the table, including deleted markups.
Public propertyDocument
Document that owns this table.
Public propertyItem
Conceptually, the markup table is an array of markups. The operator[] can be used to get individual markups. A markup is either active or deleted and this state is reported by Markup.IsDeleted.
Top
See Also