[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.AppendAnchoredObject

AppendAnchoredObject Method

AppendAnchoredObject(float, float, bool)

Adds an anchored object with specified dimensions to the end of the Inlines collection.

Declaration
public AnchoredObject AppendAnchoredObject(float width, float height, bool wrapWithText)
Public Function AppendAnchoredObject(width As Single, height As Single, wrapWithText As Boolean) As AnchoredObject
Parameters
Type Name Description
float width

The object's width.

float height

The object's height.

bool wrapWithText

Indicates whether to wrap the object with text.

Returns
Type Description
AnchoredObject

The created AnchoredObject.