www.gnostice.com 

AddThumbnailImageMem Method

Top  Previous  Next

The AddThumbnailImageMem method is used to add an image (through memory) as thumbnail for the page specified by PageNo.

 

 

 

 

Syntax

 

 

[VC++]

void AddThumbnailImageMem(long ImageBuf, long BufSize, long ImageType, long PageNo);

 

[C#]

public abstract new void AddThumbnailImageMem ( System.Int32 ImageBuf , System.Int32 BufSize , eDocEngineX.TxgtImageType ImageType , System.Int32 PageNo )

 

[VB]

Sub AddThumbnailImageMem(ImageBuf As Long, BufSize As Long, ImageType As TxgtImageType, PageNo As Long)

 

 

 

 

 

 

Parameters

 

 

ImageBuf

The starting address of the memory where thumbnail is stored.

 

 

BufSize

The size of the buffer.

 

 

ImageType

The type of the image.

 

 

PageNo

[in] indicates the PageNumber of the thumbnail image.