Click or drag to resize

BlockContentControl(DocumentCore, ContentControlType, Block) Constructor

Initializes a new instance of the BlockContentControl class.

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public BlockContentControl(
	DocumentCore document,
	ContentControlType contentControlType,
	params Block[] items
)

Parameters

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