IndirectionImageSourceAdd Method (Stream, Int32) |
Adds an image to the end of the image source from a stream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Add(
Stream stream,
int frameIndex
)
Public Sub Add (
stream As Stream,
frameIndex As Integer
)
Parameters
- stream
- Type: System.IOStream
The stream containing the image. - frameIndex
- Type: SystemInt32
The frame index to add. If this value is -1, all pages will be added to the image source.
Exceptions Exception | Condition |
---|
| Thrown if the stream is null (Nothing in VB). |
See Also