com.aspose.imaging
Interface Source

All Known Implementing Classes:
FileCreateSource, FileOpenSource, FileSource, StreamSource

public interface Source

The source is used to contain all relevant information for an object pipe.


Method Summary
 StreamContainer getStreamContainer()
           Gets the stream container.
 

Method Detail

getStreamContainer

StreamContainer getStreamContainer()

Gets the stream container.

Returns:
the stream container.


Use with caution. You will need to dispose the stream container after retrieval.