TdxPDFCustomImageAppearanceInfo.Image Property
Stores a displayed image.
Declaration
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