'Declaration Public Overloads Function AddImageResource( _
ByVal imageИзображение для добавления.As Vintasoft.Imaging.VintasoftImage, _
ByVal encoderКодер, который следует использовать для кодирования изображения.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase, _
ByVal progressControllerКонтроллер прогресса.As Vintasoft.Imaging.Utils.IActionProgressController _
) As System.String
public System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
System.String AddImageResource(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ encoder,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- image
- Изображение для добавления.
- encoder
- Кодер, который следует использовать для кодирования изображения.
- progressController
- Контроллер прогресса.
Return Value
Строка с идентификатором ресурса, если изображение добавлено успешно; в противном случае, null.