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
)
Public Function GetThumbnail (
imageSize As Size
) As Bitmap
public:
Bitmap^ GetThumbnail(
Size imageSize
)
member GetThumbnail :
imageSize : Size -> Bitmap
Parameters
-
imageSize
-
Type:
System.Drawing
Size
Size of the image to create.
Return Value
Type:
Bitmap
Bitmap object.
See Also