Back to Devexpress

SubDocument.floatingPicturesInfo Property

aspnet-js-subdocument-d16d9b3d.md

latest835 B
Original Source

SubDocument.floatingPicturesInfo Property

Returns information about floating pictures in the sub-document.

Declaration

ts
get floatingPicturesInfo(): FloatingPictureInfo[]

Property Value

TypeDescription
FloatingPictureInfo[]

An array of objects that contain information about floating pictures.

|

Remarks

javascript
var floatingPictures = richEdit.document.activeSubDocument.floatingPicturesInfo;

Refer to the following section for more information: Access a Structural Element.

See Also

SubDocument Class

SubDocument Members