'Declaration Public Overloads Function AddImageResource( _
ByVal imageAn image to add.As Vintasoft.Imaging.VintasoftImage, _
ByVal encoderAn encoder that should be used to encode an image.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
) As System.String
public System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
public: System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder
)
public:
System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ encoder
)
Parameters
- image
- An image to add.
- encoder
- An encoder that should be used to encode an image.
Return Value
A string with resource identifier if image is added to the worksheet; null if image is not added to the worksheet.