IImageCollectionAddImage Method |
Name | Description | |
---|---|---|
![]() | AddImage(Byte) |
Adds an image to a presentation from specified buffer.
|
![]() | AddImage(Image) |
Add an image to a presentation.
|
![]() | AddImage(MemoryStream) |
Adds image from a memory stream.
|
![]() | AddImage(Stream) |
Add an image to a presentation from stream.
|
![]() | AddImage(IPPImage) |
Adds a copy of an image from an another presentation.
|
![]() | AddImage(ISvgImage) |
Add an image to a presentation from SVG object.
|
![]() | AddImage(Stream, LoadingStreamBehavior) |
Creates and adds an image to a presentation from stream.
|