'Declaration Public Overloads Function AddImageResource( _
ByVal imageStreamThe stream that contains image file.As System.IO.Stream, _
ByVal progressControllerThe progress controller.As Vintasoft.Imaging.Utils.IActionProgressController _
) As System.String
public System.String AddImageResource(
System.IO.Stream imageStream,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: System.String AddImageResource(
System.IO.Stream* imageStream,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
System.String AddImageResource(
System.IO.Stream^ imageStream,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- imageStream
- The stream that contains image file.
- progressController
- The progress controller.
Return Value
A string with resource identifier if image is added successfully; otherwise, null.