ElementCollectionSupportedElementTypes Property |
Gets a sequence of
ElementTypes that can be contained in this collection.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic IEnumerable<ElementType> SupportedElementTypes { get; }
Public ReadOnly Property SupportedElementTypes As IEnumerable(Of ElementType)
Get
Property Value
IEnumerableElementType
See Also