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

In This Topic
    InlineObject Constructor(Object,Single,Single,TextFormat)
    In This Topic
    Creates a new instance of InlineObject.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object, _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal format As TextFormat _
    )
    public InlineObject( 
       System.object obj,
       System.float width,
       System.float height,
       TextFormat format
    )

    Parameters

    obj
    width
    height
    format
    See Also