|
BackgroundImage property (TgtCustomDocumentEngine) |
Top |
|
property BackgroundImage: TPicture;
Description Use this property to set the background image for the document.
Example:
Delphi: gtBMPEngine1.BackgroundImage := Image1.Picture;
C++Builder: gtBMPEngine1->BackgroundImage = Image1->Picture; |