Image Property

Office Open XML

The Image

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public Image Image { get; set; }
Visual Basic (Declaration)
Public Property Image As Image
Visual C++
public:
property Image^ Image {
	Image^ get ();
	void set (Image^ value);
}

See Also