Documents for PDF, .NET Edition Documentation
AppendAnchoredObject Method

GrapeCity.Documents.Common 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.
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

Reference

TextLayout Class
TextLayout Members