ISlide
SaveAsImage Method (Int32, Int32)
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Image SaveAsImage(
int width,
int height
)
Function SaveAsImage (
width As Integer,
height As Integer
) As Image
Image^ SaveAsImage(
int width,
int height
)
abstract SaveAsImage :
width : int *
height : int -> Image
Parameters
-
width
-
Type:
System
Int32
-
height
-
Type:
System
Int32
Return Value
Type:
Image
See Also