Class AppendDocumentOptions
Holds different options for controlling the appending of a source RadDocument to a target RadDocument.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Merging
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class AppendDocumentOptions : MergeDocumentOptionsBase
Constructors
AppendDocumentOptions()
Initializes a new instance of the AppendDocumentOptions class.
Declaration
public AppendDocumentOptions()
Properties
FirstSourceSectionPropertiesResolutionMode
Gets or sets the first section properties resolution mode.
The default value is Source.
Declaration
public SectionPropertiesResolutionMode FirstSourceSectionPropertiesResolutionMode { get; set; }
Property Value
SectionPropertiesResolutionMode
The section properties resolution mode. |