Skip to main content

TdxOfficeImage Class

A universal image container compatible with various document file formats.

Declaration

TdxOfficeImage = class(
    TdxSmartImage
)

Remarks

This class extends the Smart Image container with the functionality required to display images in the loaded document and store them in formatted text document files. The TdxOfficeImage class implements the following members that allow you to:

Refer to the TdxGPImage and TdxCustomSmartImage class descriptions for detailed information on the core functionality DevExpress Smart Image containers provide.

A TdxOfficeImage object stores an inline or floating document image.

See Also