|
BackgroundImageDisplayType |
Top Previous Next |
|
The BackgroundImageDisplayType property specifies the position of the background image.
Syntax
Remarks
The BackgroundImageDisplayType property determines where the image is to be placed in the background. Following are the possible values for TxgtBackgroundDisplayType:
Requirements
Header: gtDocEnums.h
[VC++] m_Engine.SetBackgroundImageDisplayType(5);
[VB] gtEngineX1.BackgroundImageDisplayType = dtCenter
[C#]
axgtPDFEngineX1.BackgroundImageDisplayType = eDocEngineX.TxgtBackgroundDisplayType.dtCenter;
See Also
BackgroundImage, BackgroundImageEnabled
|