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
BlackLevel
Defines the intensity of black in an image Default value is 0
public double BlackLevel { get; set; }
Property Value
Gain
Defines the intensity of all colors in an image Default value is 1
public double Gain { get; set; }
Property Value
Gamma
Defines the amount of contrast for an image Default value is 0;
public double Gamma { get; set; }
Property Value
GrayScale
Determines whether a picture will be displayed in grayscale mode
public bool GrayScale { get; set; }
Property Value
Height
The height in points
public double Height { get; set; }
Property Value
Image
The Image
public ExcelImage Image { get; }
Property Value
Left
Margin Left in points
public double Left { get; set; }
Property Value
Position
Position ID
public string Position { get; }
Property Value
Title
The Title of the image
public string Title { get; set; }
Property Value
Top
Margin top in points
public double Top { get; set; }
Property Value
Width
The width in points
public double Width { get; set; }