Class
FloatingImage

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

Definition

Constructors

FloatingImage(RadFlowDocument)

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

Declaration

cs-api-definition
public FloatingImage(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document.

Properties

Image

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

Declaration

cs-api-definition
public Image Image { get; }

Property Value

Image

The image.

Methods

Clone()

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

Declaration

cs-api-definition
public FloatingImage Clone()

Returns

FloatingImage

The cloned element.

Clone(RadFlowDocument)

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

Declaration

cs-api-definition
public FloatingImage Clone(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document to which the cloned element should be associated.

Returns

FloatingImage

The cloned element.