AssignFrom(RenderObject) Method
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.
'Declaration
Public Overloads Sub AssignFrom( _
ByVal As RenderObject _
)
Parameters
- source
- The source object to copy properties from.