AssignFrom Method (RenderC1Printable)
In This Topic
Assigns (copies) properties from another
RenderObject to the current object. Calls the base
RenderArea.AssignFrom method. If
source is a
RenderC1Printable, also copies
RenderC1Printable-specific properties.
Overload List
Overload | Description |
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) | Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderArea.AssignFrom method. If is a RenderC1Printable, also copies RenderC1Printable-specific properties. |
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. (Inherited from C1.C1Preview.RenderObject) |
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. (Inherited from C1.C1Preview.RenderObject) |
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. (Inherited from C1.C1Preview.RenderObject) |
See Also