Class AppendDocumentOptions
Holds different options for controlling the appending of a source RadDocument to a target RadDocument.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.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. |