Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / BorderEffect Class / AssignFrom Method
The source object.

In This Topic
    AssignFrom Method (BorderEffect)
    In This Topic
    Copies all property values from another object. Note! This method does not raise GrapeCity.Documents.Common.NotifyObject.PropertyChanged event.
    Syntax
    'Declaration
     
    Public Sub AssignFrom( _
       ByVal source As BorderEffect _
    ) 
    public void AssignFrom( 
       BorderEffect source
    )

    Parameters

    source
    The source object.
    See Also