DocumentFrame Class

A top level frame representing the root of the document.
Hierarchy

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class DocumentFrame : Frame, 
        IDisposable

The DocumentFrame type exposes the following members.

Constructors
  Name Description
Public method DocumentFrame
Create a new DocumentFrame.
Top
Properties
  Name Description
Public property ReflowState
The current layout state.
Top
Methods
  Name Description
Public method Dispose
Public method GetPage
Get the PageFrame by page number. If the page does not exist an ArgumentOutOfRange exception will be thrown.
Top
See Also