Class ExcelVmlDrawingPicture
Drawing object used for header and footer pictures
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Boolean |
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 |
|---|---|
| Boolean |
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 |