Click or drag to resize

ElementFrame Class

Represents the frame of an element that is layouted on the page.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElementFrame

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class ElementFrame

The ElementFrame type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounds relative to upper-left corner of page.
Public propertyContent Gets the ContentRange that encompassed this element frame.
Public propertyElement Gets the parent element.
Public propertyPageIndex Gets the zero-based index of parent page within Pages.
Top
See Also