ImageFormat Property

Office Open XML

Image format If the picture is created from an Image this type is always Jpeg

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

Syntax

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

See Also