Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendInlineObject Method / AppendInlineObject(Object,Single,Single,TextFormat) Method
The object to add.
The object's width.
The object's height.
Formatting associated with the object.

In This Topic
    AppendInlineObject(Object,Single,Single,TextFormat) Method
    In This Topic
    Adds an inline object with specified dimensions and formatting to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function AppendInlineObject( _
       ByVal obj As System.Object, _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal format As TextFormat _
    ) As InlineObject
    public InlineObject AppendInlineObject( 
       System.object obj,
       System.float width,
       System.float height,
       TextFormat format
    )

    Parameters

    obj
    The object to add.
    width
    The object's width.
    height
    The object's height.
    format
    Formatting associated with the object.

    Return Value

    The created InlineObject.
    See Also