InlineContentControl(DocumentCore, ContentControlType, IEnumerableInline) Constructor |
Namespace: SautinSoft.Document.CustomMarkupsAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public InlineContentControl(
DocumentCore document,
ContentControlType contentControlType,
IEnumerable<Inline> items
)
Public Sub New (
document As DocumentCore,
contentControlType As ContentControlType,
items As IEnumerable(Of Inline)
)
Parameters
- document DocumentCore
- The owner document.
- contentControlType ContentControlType
- Type of content control.
- items IEnumerableInline
- The content control's content.
See Also