Accusoft.PdfXpress7.Net
CreateThumbnail(Int32,String,Int32) Method




An integer value which represents the existing page number in the PDF document.
A string value which represents the source image filename.
An integer which represents the source image page number.
Adds an image from an image file as a thumbnail to an existing page in a PDF document.
Syntax
'Declaration
 
Public Overloads Sub CreateThumbnail( _
   ByVal pageNumber As Integer, _
   ByVal sourceImageFilename As String, _
   ByVal sourceImagePageNumber As Integer _
) 
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim sourceImageFilename As String
Dim sourceImagePageNumber As Integer
 
instance.CreateThumbnail(pageNumber, sourceImageFilename, sourceImagePageNumber)
public void CreateThumbnail( 
   int pageNumber,
   string sourceImageFilename,
   int sourceImagePageNumber
)
public: void CreateThumbnail( 
   int pageNumber,
   string* sourceImageFilename,
   int sourceImagePageNumber
) 
public:
void CreateThumbnail( 
   int pageNumber,
   String^ sourceImageFilename,
   int sourceImagePageNumber
) 

Parameters

pageNumber
An integer value which represents the existing page number in the PDF document.
sourceImageFilename
A string value which represents the source image filename.
sourceImagePageNumber
An integer which represents the source image page number.
See Also

Reference

Document Class
Document Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback