ImageInstance.ImageData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the image data.
public:
abstract property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public abstract byte[] ImageData { get; set; }
member this.ImageData : byte[] with get, set
Public MustOverride Property ImageData As Byte()
Property Value
Byte[]
A byte
array that represents the image data.