Click or drag to resize

XODOutputOptionsSetOutputThumbnails Method

Sets whether per page thumbnails should be included in the file the default setting is to output thumbnails

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