Click or drag to resize

SVGOutputOptionsSetOutputThumbnails Method

Sets whether per page thumbnails should be included in the file. Default is true.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetOutputThumbnails(
	bool include_thumbs
)

Parameters

include_thumbs
Type: SystemBoolean
If true thumbnails will be included.
See Also