Click or drag to resize

PageViewGroupTable Properties

The PageViewGroupTable type exposes the following members.

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