Table of Contents

Class ExcelVmlDrawingPicture

Namespace
OfficeOpenXml.Drawing.Vml
Assembly
EPPlus.dll

Drawing object used for header and footer pictures

public class ExcelVmlDrawingPicture : ExcelVmlDrawingBase
Inheritance
ExcelVmlDrawingPicture
Inherited Members

Properties

BiLevel

Determines whether an image will be displayed in black and white

public bool BiLevel { get; set; }

Property Value

bool

BlackLevel

Defines the intensity of black in an image Default value is 0

public double BlackLevel { get; set; }

Property Value

double

Gain

Defines the intensity of all colors in an image Default value is 1

public double Gain { get; set; }

Property Value

double

Gamma

Defines the amount of contrast for an image Default value is 0;

public double Gamma { get; set; }

Property Value

double

GrayScale

Determines whether a picture will be displayed in grayscale mode

public bool GrayScale { get; set; }

Property Value

bool

Height

The height in points

public double Height { get; set; }

Property Value

double

Image

The Image

public ExcelImage Image { get; }

Property Value

ExcelImage

Left

Margin Left in points

public double Left { get; set; }

Property Value

double

Position

Position ID

public string Position { get; }

Property Value

string

Title

The Title of the image

public string Title { get; set; }

Property Value

string

Top

Margin top in points

public double Top { get; set; }

Property Value

double

Width

The width in points

public double Width { get; set; }

Property Value

double