Click or drag to resize

PDFDocGenerateThumbnails Method

Generates thumbnail images for all the pages in this PDF document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void GenerateThumbnails(
	uint size
)

Parameters

size
Type: SystemUInt32
The maximum dimension (width or height) that thumbnails will have.
See Also