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

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

    Parameters

    source
    The source object.
    See Also