Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / SecurityHandlerBase Class / AssignFrom Method
The source object.

In This Topic
    AssignFrom Method (SecurityHandlerBase)
    In This Topic
    Copies all property values from another object.
    Syntax
    'Declaration
     
    Public Overridable Sub AssignFrom( _
       ByVal source As SecurityHandlerBase _
    ) 
    public virtual void AssignFrom( 
       SecurityHandlerBase source
    )

    Parameters

    source
    The source object.
    See Also