ImageInfo.Image 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 the image, which is stored in an array of bytes.
public:
property cli::array <System::Byte> ^ Image { cli::array <System::Byte> ^ get(); };
public byte[] Image { get; }
member this.Image : byte[]
Public ReadOnly Property Image As Byte()
Property Value
- Byte[]
Returns array of Byte objects.