ImageSource
Class
Wraps image bytes and format information for embedding and reuse across document parts.
Definition
Namespace:Telerik.Windows.Documents.Media
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class ImageSource
Inheritance: objectImageSource
Derived Classes:
Constructors
Initializes a new instance of the ImageSource class.
Initializes a new instance of the ImageSource class.
Properties
Gets the byte array representation of the image source.
C#
public virtual byte[] Data { get; }
The byte array representation of the image source.