ICopyAssignable implementation

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

Syntax

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

Parameters

other
Type: System..::.Object
keepStylesPropertiesInheritance
Type: System..::.Boolean

See Also