Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFCustomImageAppearanceInfo.Image Property

Stores a displayed image.

#Declaration

Delphi
property Image: TdxSmartImage read; write;

#Property Value

Type Description
TdxSmartImage

A Smart Image container.

#Remarks

Call the Image.LoadFromStream or Image.LoadFromFile procedure to load an image. Refer to the TdxSmartImage, TdxGPImage, and TdxCustomSmartImage class descriptions for detailed information on image management.

Use the Bounds.PageIndex and Bounds.Rect properties to position the image in a PDF document.

See Also