Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / AnchoredObject Constructor / AnchoredObject Constructor(AnchoredObject)

In This Topic
    AnchoredObject Constructor(AnchoredObject)
    In This Topic
    Creates a new instance of AnchoredObject.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As AnchoredObject _
    )
    public AnchoredObject( 
       AnchoredObject source
    )

    Parameters

    source
    See Also