PDFReaderControls.NET Standard Class Reference

Document.GetThumbnail Method 

Deliver a 72 DPI bitmap of the first page of the document.

public Bitmap GetThumbnail(
   float zoomFactor
);

Parameters

zoomFactor
The zoom factor specifies the size of the thumbnails as a factor of the actual page size. It can have a value between 0.02 and 0.8.

Return Value

A thumbnail bitmap of the first page of a document.

See Also

Document Class | TallComponents.PDF.ReaderControls Namespace