'Declaration Public Overloads Function AddImageResource( _
ByVal imageAn image to add.As Vintasoft.Imaging.VintasoftImage _
) As System.String
public System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage image
)
public: System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage* image
)
public:
System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- An image to add.
Return Value
A string with resource identifier if image is added to the worksheet; null if image is not added to the worksheet.