TdxPDFCustomImageAppearanceInfo.Image Property
In This Article
Stores a displayed image.
#Declaration
Delphi
property Image: TdxSmartImage read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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