Frameset
Overview
Frameset is a class in Aspose.Words FOSS for .NET.
Represents a frames page or a single frame on a frames page.
Properties: ChildFramesets, FrameDefaultUrl, IsFrameLinkToFile.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FrameDefaultUrl | string | Read/Write | Gets or sets the web page URL or document file name to display in this frame. |
IsFrameLinkToFile | bool | Read/Write | Gets or sets a value indicating whether the web page or document file name specified in the FrameDefaultUrl property is an external resource the frame is linked with. |
ChildFramesets | FramesetCollection | Read | Gets the collection of child frames and frames pages. |