FramesetCollection

FramesetCollection

Overview

FramesetCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<Frameset>.

Represents a collection of instances of the Frameset class.

This class provides 1 method for working with FramesetCollection objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of frames or frames pages contained in the collection.

Methods

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

See Also