Skip to main content
A newer version of this page is available. .

SubDocument.inlinePicturesInfo Property

Provides access to an array of objects containing in-line picture settings.

Declaration

readonly inlinePicturesInfo: InlinePictureInfo[]

Property Value

Type Description
InlinePictureInfo[]

An array of DevExpress.Web.ASPxRichEdit.Scripts.InlinePictureInfo[] objects.

See Also