Returns a copy of the raw bytes of the image.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public byte[] GetBytes() |
Visual Basic |
---|
Public Function GetBytes As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ GetBytes() |
Return Value
A byte array containing the raw bytes of the image.Remarks
A copy of the raw bytes are returned. Modifying the
array will not modify the photo.