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