DocumentPaginatorGetElementFrames Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic IEnumerable<ElementFrame> GetElementFrames(
params ElementType[] filterElements
)
Public Function GetElementFrames (
ParamArray filterElements As ElementType()
) As IEnumerable(Of ElementFrame)
Parameters
- filterElements ElementType
- Specify the ElementTypes which you want to get. For all types leave empty.
Return Value
IEnumerableElementFrameReturns sequence of
ElementFrames.
See Also