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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Bitmap SaveAsImage(
	int shapeIndex
)
Public Function SaveAsImage ( 
	shapeIndex As Integer
) As Bitmap
public:
Bitmap^ SaveAsImage(
	int shapeIndex
)
member SaveAsImage : 
        shapeIndex : int -> Bitmap 

Parameters

shapeIndex
Int32

Return Value

Bitmap

See Also