Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PrintOptions Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
    AssignFrom Method (C1PrintOptions)
    In This Topic
    Copies properties from another object into this object.
    Syntax
    'Declaration
     
    Public Sub AssignFrom( _
       ByVal source As C1PrintOptions _
    ) 
    public void AssignFrom( 
       C1PrintOptions source
    )

    Parameters

    source
    The source object, properties of which are copied.
    See Also