AssignFrom Method (RenderObject)
In This Topic
Assigns (copies) properties from another
RenderObject to the current object. The list of fragments (the
Fragments property) is neither copied nor changed. Properties
UserData,
PageNumberingChange are copied by reference. The
Name property is not copied.
Overload List
Overload | Description |
AssignFrom(RenderObject,Boolean,Boolean) | Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied. |
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean) | Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied. |
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) | Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied. |
AssignFrom(RenderObject) | Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied. |
See Also