Class Source

Class Source

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

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

public abstract class Source

Inheritance

objectSource

Derived

FileSource, StreamSource

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Source()

protected Source()

Methods

GetStreamContainer()

Gets the stream container.

public abstract StreamContainer GetStreamContainer()

Returns

StreamContainer

the stream container.

Remarks

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