Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a new byte array containing the data of the picture as it would appear in an image file.{excerpt}
{signature:C#}
 public System.SByte[] PictureData{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property PictureData() As SByte()
{signature}