Class ExcelVmlDrawingPicture
Drawing object used for header and footer pictures
Inherited Members
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingPicture : ExcelVmlDrawingBase
Properties
BiLevel
Determines whether an image will be displayed in black and white
Declaration
public bool BiLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
BlackLevel
Defines the intensity of black in an image Default value is 0
Declaration
public double BlackLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Gain
Defines the intensity of all colors in an image Default value is 1
Declaration
public double Gain { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Gamma
Defines the amount of contrast for an image Default value is 0;
Declaration
public double Gamma { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
GrayScale
Determines whether a picture will be displayed in grayscale mode
Declaration
public bool GrayScale { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Height
The height in points
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Image
The Image
Declaration
public ExcelImage Image { get; }
Property Value
| Type | Description |
|---|---|
| ExcelImage |
Left
Margin Left in points
Declaration
public double Left { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Position
Position ID
Declaration
public string Position { get; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The Title of the image
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Top
Margin top in points
Declaration
public double Top { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Width
The width in points
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| double |