Click or drag to resize

NotesSlide GetThumbnail Method (Single, Single)

Gets a Thumbnail Bitmap object with custom scaling.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap GetThumbnail(
	float scaleX,
	float scaleY
)

Parameters

scaleX
Type: System Single
The value by which to scale this Thumbnail in the x-axis direction.
scaleY
Type: System Single
The value by which to scale this Thumbnail in the y-axis direction.

Return Value

Type: Bitmap
Bitmap object.
See Also