Message-ID: <1730755137.8125.1711632970984.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8124_1188010128.1711632970984" ------=_Part_8124_1188010128.1711632970984 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Pictures.CreatePicture(System.IO.Stream, Anchor)

Pictures.CreatePicture(System.IO.Stream, Anchor)

Description

=20

Creates a new Picture object from = an existing image.

=20
C#
=20
 public Picture CreatePicture(System.IO.Stream pictureStream, Anchor positi=
on)
=20
=20
vb.net
=20
Public Function CreatePicture(ByVal pictureStream As System.IO.Stream, ByVa=
l position As Anchor) As Picture
=20
=20

Param= eters

=20
pi= ctureStream
A stream containing data for a JPEG, PNG, BMP, or GIF form= atted image. The calling application is responsible for closing this stream= .=20
positio= n
The position to place the upper-left corner of the new picture.=20

Returns<= /h2> A=20 Picture object.

------=_Part_8124_1188010128.1711632970984--