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
Wiki Markup
{description}
{excerpt}A [Picture|Picture] object represents a picture in a worksheet and allows the size, position, and content of the picture to be managed. Once created, the data of a picture may not be changed or replaced with the data of another picture. Instead, delete the picture and create a new one.{excerpt}
{signature:C#}
 public sealed class Picture : Shape
{signature}{signature:vb.net}
Public NotInheritable Class Picture
		Inherits Shape
{signature}
{remarks}To create a {{Picture}} object, call [Pictures.CreatePicture|Pictures.CreatePicture].

{remarks}
{properties}
||Name||Description||
|[Height|Picture.Height]|{excerpt-include:Picture.Height|nopanel=true}|
|[LockAspectRatio|Picture.LockAspectRatio]|{excerpt-include:Picture.LockAspectRatio|nopanel=true}|
|[Name|Picture.Name]|{excerpt-include:Picture.Name|nopanel=true}|
|[PictureData|Picture.PictureData]|{excerpt-include:Picture.PictureData|nopanel=true}|
|[Position|Picture.Position]|{excerpt-include:Picture.Position|nopanel=true}|
|[Shape|Picture.Shape]|{excerpt-include:Picture.Shape|nopanel=true}|
|[Width|Picture.Width]|{excerpt-include:Picture.Width|nopanel=true}|