Click or drag to resize

DocumentPageGetElementFrames Method

Gets the ElementFrames that is layouted on this page.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public IEnumerable<ElementFrame> GetElementFrames(
	params ElementType[] filterElements
)

Parameters

filterElements  ElementType
Specify the ElementTypes which you want to get. For all types leave empty.

Return Value

IEnumerableElementFrame
Returns sequence of ElementFrames.
See Also