TdxPDFCustomImageAppearanceInfo Class
The base class for image appearance settings.
Declaration
TdxPDFCustomImageAppearanceInfo = class(
TPersistent
)
Remarks
This class has the following members that allow you to:
Load and manage an image (Image).
Position the loaded image in a PDF document (Bounds).
Stretch and rotate the image (FitMode and RotationAngle).
Do not use the TdxPDFCustomImageAppearanceInfo class directly. Use its descendant instead.
Inheritance
TObject
TPersistent
TdxPDFCustomImageAppearanceInfo
See Also