Click or drag to resize

NotesSlide GetThumbnail Method (Size)

Gets a Thumbnail Bitmap object with specified size.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap GetThumbnail(
	Size imageSize
)

Parameters

imageSize
Type: System.Drawing Size
Size of the image to create.

Return Value

Type: Bitmap
Bitmap object.
See Also