Show / Hide Table of Contents

Class ExcelVmlDrawingPicture

Drawing object used for header and footer pictures

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingPicture
Inherited Members
ExcelVmlDrawingBase.Id
ExcelVmlDrawingBase.AlternativeText
ExcelVmlDrawingBase.GetStyle(String, String, String)
ExcelVmlDrawingBase.SetStyle(String, String, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Boolean

BlackLevel

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

Declaration
public double BlackLevel { get; set; }
Property Value
Type Description
System.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
System.Double

Gamma

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

Declaration
public double Gamma { get; set; }
Property Value
Type Description
System.Double

GrayScale

Determines whether a picture will be displayed in grayscale mode

Declaration
public bool GrayScale { get; set; }
Property Value
Type Description
System.Boolean

Height

The height in points

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double

Image

The image

Declaration
public Image Image { get; }
Property Value
Type Description
System.Drawing.Image

Left

Margin Left in points

Declaration
public double Left { get; set; }
Property Value
Type Description
System.Double

Position

Position ID

Declaration
public string Position { get; }
Property Value
Type Description
System.String

Title

The Title of the image

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Top

Margin top in points

Declaration
public double Top { get; set; }
Property Value
Type Description
System.Double

Width

The width in points

Declaration
public double Width { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX