C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderText Class / AssignFrom Method / AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method

In This Topic
AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderText, also copies RenderText-specific properties.
Syntax
'Declaration
 
Public Overloads Overrides Sub AssignFrom( _
   ByVal source As RenderObject, _
   ByVal assignDataBinding As Boolean, _
   ByVal assignChildren As Boolean, _
   ByVal assignAnchors As Boolean, _
   ByVal assignHyperlink As Boolean, _
   ByVal assignName As Boolean, _
   ByVal assignStyle As Boolean _
) 
 

Parameters

source
assignDataBinding
assignChildren
assignAnchors
assignHyperlink
assignName
assignStyle
See Also