Click or drag to resize

PaginatorOptionsUpdateContentControls Property

Gets or sets a value indicating whether to update content of BlockContentControl and InlineContentControl while paginating the document. Default: true.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool UpdateContentControls { get; set; }

Property Value

Boolean
Remarks
This property is applicable when the XmlMapping is defined. Blocks and Inlines will be reset while paginating the document. Currently supported content control types are: PlainText, RichText, CheckBox, ComboBox, DropDownList, Date.
See Also