Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Returns a new byte array containing the data of the picture as it would appear in an image file.

Signature
C#
C#
public System.SByte[] PictureData{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property PictureData() As SByte()
{signature}