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