Performs copy assignment from another object.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public override void AssignFrom( Object other ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub AssignFrom ( _ other As Object _ ) |
Parameters
- other
- Type: System..::.Object