PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / FontProcessingOptions Class / AssignFrom Method
The source object, properties of which are copied.

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

    Parameters

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