Example #1
0
 private void CloneDocument(RadFlowDocument document)
 {
     #region radwordsprocessing-editing-clone-and-merge_2
     RadFlowDocument clonedDocument = document.Clone();
     #endregion
 }