Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendAnchoredObject Method
The object's width.
The object's height.
Indicates whether to wrap the object with text.

In This Topic
    AppendAnchoredObject Method
    In This Topic
    Adds an anchored object with specified dimensions to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Function AppendAnchoredObject( _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal wrapWithText As System.Boolean _
    ) As AnchoredObject
    public AnchoredObject AppendAnchoredObject( 
       System.float width,
       System.float height,
       System.bool wrapWithText
    )

    Parameters

    width
    The object's width.
    height
    The object's height.
    wrapWithText
    Indicates whether to wrap the object with text.

    Return Value

    The created AnchoredObject.
    See Also