Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
height
Int32

Return Value

Image

See Also