Performs copy assignment of this style from other style.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AssignFrom(
	Object other,
	bool keepPropertiesInheritance
)
Visual Basic (Declaration)
Public Sub AssignFrom ( _
	other As Object, _
	keepPropertiesInheritance As Boolean _
)

Parameters

other
Type: System..::.Object
Source of copying.
keepPropertiesInheritance
Type: System..::.Boolean
If true then attributes which are inherited in a source style becomes inherited in this style, in other case all attribute values are copied.

See Also