Initializes a new instance of the MergeBlockSettings class.

MergeBlockSettings()

public MergeBlockSettings();
Public Sub New()

MergeBlockSettings(DocumentServer.DataSources.BlockTemplateType)

public MergeBlockSettings(DocumentServer.DataSources.BlockTemplateType blockTemplateType);
Public Sub New(blockTemplateType As DocumentServer.DataSources.BlockTemplateType)

MergeBlockSettings(DocumentServer.DataSources.BlockTemplateType, Bool)

public MergeBlockSettings(
   DocumentServer.DataSources.BlockTemplateType blockTemplateType,
   bool createHeaderRow);
Public Sub New( _
   blockTemplateType As DocumentServer.DataSources.BlockTemplateType, _
   createHeaderRow As Boolean)

MergeBlockSettings(DocumentServer.DataSources.BlockTemplateType, Bool, System.Drawing.Color, DocumentServer.DataSources.FieldDisplayMode)

public MergeBlockSettings(
   DocumentServer.DataSources.BlockTemplateType blockTemplateType,
   bool createHeaderRow,
   System.Drawing.Color highlightColor,
   DocumentServer.DataSources.FieldDisplayMode fieldDisplayMode);
Public Sub New( _
   blockTemplateType As DocumentServer.DataSources.BlockTemplateType, _
   createHeaderRow As Boolean, _
   highlightColor As System.Drawing.Color, _
   fieldDisplayMode As DocumentServer.DataSources.FieldDisplayMode)

Parameters

Parameter Description
blockTemplateType A value of type BlockTemplateType specifying the block type. (paragraph or table row based)
createHeaderRow If parameter blockTemplateType is set to BlockTemplateType.TableRow and this parameter is set to true, a table header row is automatically generated.
highlightColor The color the merge block is highlighted with if the input position is inside the block boundaries.
fieldDisplayMode A value of type FieldDisplayMode which specifies if field text or field codes are shown.