Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Creates a new Picture object from an existing image.

Signature
C#
C#
 public Picture CreatePicture(System.IO.Stream pictureStream, Anchor position)
Signature
vb.net
vb.net
Public Function CreatePicture(ByVal pictureStream As System.IO.Stream, ByVal position As Anchor) As Picture
Parameters
Param
pictureStream
pictureStream

A stream containing data for a JPEG, PNG, BMP, or GIF formatted image. The calling application is responsible for closing this stream.

Param
position
position

The position to place the upper-left corner of the new picture.

Returns

A Picture object.