Click or drag to resize

FieldMergingEventArgsInline Property

Gets or sets the Inline that will replace the Field.

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

Property Value

Inline
Remarks

Value of this property depends on a value of the Inlines property.

If Inlines is not empty, this property represents the first Inline element from it, otherwise .

Setting this property will automatically clear Inlines collection and will add new value to it, if value is not .

See Also