Click or drag to resize

SVGOutputOptionsSetThumbnailSize Method

The maximum dimension for thumbnails.

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

Parameters

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