|
BackgroundImageDisplayType property (TgtCustomDocumentEngine) |
Top |
|
property BackgroundImageDisplayType: TgtBackgroundDisplayType;
Description This property specifies the position of the background image.
It can be one of the following enumerated values:
(dtTile, dtTopLeft, dtTopCenter, dtTopRight, dtCenterLeft, dtCenter, dtCenterRight, dtBottomLeft, dtBottomCenter, dtBottomRight).
Example:
Delphi: gtPDFEngine1.BackgroundImageDisplayType := dtTopRight;
C++Builder: gtPDFEngine1->BackgroundImageDisplayType = dtTopRight;
|