FramesetCollection

FramesetCollection class

Represents a collection of instances of the Frameset class.

To learn more, visit the Programming with Documents documentation article.

public class FramesetCollection : IEnumerable<Frameset>

Constructors

NameDescription
FramesetCollection()The default constructor.

Properties

NameDescription
Count { get; }Gets the number of frames or frames pages contained in the collection.
Item { get; }Gets a frame or frames page at the specified index.

Methods

NameDescription
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also