www.gnostice.com 

BackgroundImageDisplayType

Top  Previous  Next

The BackgroundImageDisplayType property specifies the position of the background image.

 

 

 

 

Syntax

 

 

[VC++]

long GetBackgroundImageDisplayType();

void SetBackgroundImageDisplayType(long nNewValue);

 

[C#]

public abstract new eDocEngineX.TxgtBackgroundDisplayType BackgroundImageDisplayType [  get,set ]

 

[VB]

Property BackgroundImageDisplayType As TxgtBackgroundDisplayType

 

 

 

 

 

 

Remarks

 

The BackgroundImageDisplayType property determines where the image is to be placed in the background. Following are the possible values for TxgtBackgroundDisplayType:

 

 

 

 

 

Background Display Type

Values

dtTile

0

dtTopLeft

1

dtTopCenter

2

dtTopRight

3

dtCenterLeft

4

dtCenter

5

dtCenterRight

6

dtBottomLeft

7

dtBottomCenter

8

dtBottomright

9

 

 

 

Requirements

 

 

Header: gtDocEnums.h

 

 

 

 

Example Codes

 

 

[VC++]

m_Engine.SetBackgroundImageDisplayType(5);

 

 

[VB]

gtEngineX1.BackgroundImageDisplayType = dtCenter

 

 

[C#]

 

axgtPDFEngineX1.BackgroundImageDisplayType = eDocEngineX.TxgtBackgroundDisplayType.dtCenter;

 

See Also

 

 

BackgroundImage, BackgroundImageEnabled