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