New to Telerik Document ProcessingStart a free 30-day trial

Inline anchor containing an image with absolute positioning and text wrapping; use to place images that float independently of text flow.

Definition

Constructors

Creates a new floating image anchor associated with the specified document.

C#
public FloatingImage(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.

Methods

Creates a deep copy of this floating image anchor, associated with the current document.

C#
public FloatingImage Clone()
Returns:

FloatingImage

The cloned element.

Creates a deep copy of this floating image anchor, associated with the specified document.

C#
public FloatingImage Clone(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document to which the cloned element should be associated.

Returns:

FloatingImage

The cloned element.

Properties

Gets the image element that defines the visual content, size, and transformation properties.

C#
public Image Image { get; }
Property Value:

The image.