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.String pictureFile, Anchor position)
Signature
vb.net
vb.net
Public Function CreatePicture(ByVal pictureFile As String, ByVal position As Anchor) As Picture
Parameters
Param
pictureFile
pictureFile

The file to create the picture from. This file should be in JPEG, PNG, BMP, or GIF format and accessible in the context ExcelWriter is running in.

Param
position
position

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

Returns

A Picture object.