 
            | Accusoft.PdfXpressSdk Namespace > Document Class : CreateThumbnail Method | 
| Overload | Description | 
|---|---|
| CreateThumbnail(Int32,ImageDataInfo) | Adds raw or compressed image data as a thumbnail to an existing page in a PDF document. | 
| CreateThumbnail(Int32,String,Int32) | Adds an image from an image file as a thumbnail to an existing page in a PDF document. | 
| CreateThumbnail(Int32,Byte[],Int32) | Adds an image from an image file in memory as a thumbnail to an existing page in a PDF document. | 
| CreateThumbnail(Int32,IntPtr,Int32) | Adds an image from an image file in a HANDLE as a thumbnail to an existing page in a PDF document. |