Class Source
Class Source
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (26.3.0)
The source is used to contain all relevant information for an object pipe.
public abstract class SourceInheritance
Derived
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
the stream container.
Remarks
Use with caution. You will need to dispose the stream container after retrieval.