Class ImageSource
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Represents the image source.
- Inheritance
-
object
ImageSource
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
ImageSource(Stream, ImageType)
Specifies the normal construct method.
public ImageSource(Stream stream, ImageType type)
Parameters
stream
System.IO.Stream
The image stream.
type
ImageType
The type of the image.
Properties
Stream
public Stream Stream { get; }
Property Value
- System.IO.Stream
Type
public ImageType Type { get; }
Property Value
- ImageType