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