SubDocument.floatingPicturesInfo Property
Returns information about floating pictures in the sub-document.
Declaration
get floatingPicturesInfo(): FloatingPictureInfo[]
Property Value
| Type | Description |
|---|---|
| FloatingPictureInfo[] | An array of objects that contain information about floating pictures. |
Remarks
var floatingPictures = richEdit.document.activeSubDocument.floatingPicturesInfo;
Refer to the following section for more information: Access a Structural Element.
See Also