DocumentPageElementsOnPage Property |
Represents a IEnumerable with
Elements for one page. If Element contains on two or more page then every page include this element.
Namespace:
SautinSoft.Document
Assembly:
SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.2.2.10
Syntaxpublic IEnumerable<Element> ElementsOnPage { get; }
Public ReadOnly Property ElementsOnPage As IEnumerable(Of Element)
Get
Property Value
Type:
IEnumerableElement
See Also