BiLevel Property

Office Open XML

Determines whether an image will be displayed in black and white

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

Syntax

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

See Also