C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OutputRange Class / AssignFrom Method
The OutputRange to copy values from.

In This Topic
AssignFrom Method (OutputRange)
In This Topic
Copies values from another instance of OutputRange.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As OutputRange _
) 
 

Parameters

source
The OutputRange to copy values from.
See Also