C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderTextBase Class / AssignFrom Method / AssignFrom(RenderObject) Method
The source object to copy properties from.

In This Topic
AssignFrom(RenderObject) Method
In This Topic
Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the RenderObject.Fragments property) is neither copied nor changed. Properties RenderObject.UserData, RenderObject.PageNumberingChange are copied by reference. The RenderObject.Name property is not copied.
Syntax
'Declaration
 
Public Overloads Sub AssignFrom( _
   ByVal source As RenderObject _
) 
 

Parameters

source
The source object to copy properties from.
See Also