Click or drag to resize

InlineContentControl(DocumentCore, ContentControlType, IEnumerableInline) Constructor

Initializes a new instance of the InlineContentControl class.

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public InlineContentControl(
	DocumentCore document,
	ContentControlType contentControlType,
	IEnumerable<Inline> items
)

Parameters

document  DocumentCore
The owner document.
contentControlType  ContentControlType
Type of content control.
items  IEnumerableInline
The content control's content.
See Also