ImageData Struct

Definition

Represents an image data.

public value class ImageData : System::Xml::Serialization::IXmlSerializable
public struct ImageData : System.Xml.Serialization.IXmlSerializable
type ImageData = struct
    interface IXmlSerializable
Public Structure ImageData
Implements IXmlSerializable
Inheritance
ImageData
Implements

Constructors

Name Description
ImageData(Byte[])

Initializes a new instance of the ImageData class.

Properties

Name Description
Bytes

Gets or sets the byte of the data.

Operators

Name Description
Explicit(ImageData to Byte[])

Converts an ImageData to a byte array.

Implicit(Byte[] to ImageData)

Converts a byte array to an ImageData.

Explicit Interface Implementations

Name Description
IXmlSerializable.GetSchema()

Returns an XML schema for the ImageData.

IXmlSerializable.ReadXml(XmlReader)

Generates an object from its XML representation.

IXmlSerializable.WriteXml(XmlWriter)

Converts an object into its XML representation.

Applies to