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

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

    Parameters

    source
    See Also