SubDocument.floatingPicturesInfo Property
In This Article
Returns information about floating pictures in the sub-document.
#Declaration
TypeScript
get floatingPicturesInfo(): FloatingPictureInfo[]
#Property Value
Type | Description |
---|---|
Floating |
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