www.gnostice.com 

AddThumbnailImagel Method

Top  Previous  Next

The AddThumbnailImageI method with an Index and PageNo is used to add an image to the thumbnail for the page specified by PageNo. Index is a value returned by AddImageAsResource.

 

 

 

 

Syntax

 

 

[VC++]

void AddThumbnailImageI(long Index, long PageNo);

 

[C#]

public abstract new void AddThumbnailImageI ( System.Int32 Index , System.Int32 PageNo )

 

[VB]

Sub AddThumbnailImageI(Index As Long, PageNo As Long)

 

 

 

 

 

 

Parameters

 

 

Index

[in] indicates the index.

 

 

PageNo

[in] indicates the PageNumber of the thumbnail image.

 

 

 

 

See Also

 

 

AddImageAsResource