Show / Hide Table of Contents

Class ExcelVmlDrawingSignatureLine

Drawing object used for SignatureLines and SignatureLineStamps

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingSignatureLine
ExcelSignatureLineStamp
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 ExcelVmlDrawingSignatureLine : ExcelVmlDrawingBase

Fields

EMU_PER_PIXEL

The ratio between EMU and Pixels

Declaration
public const int EMU_PER_PIXEL = 9525
Field Value
Type Description
System.Int32

EMU_PER_POINT

The ratio between EMU and Points

Declaration
public const int EMU_PER_POINT = 12700
Field Value
Type Description
System.Int32

Properties

AllowComments

Determines if signature allows comments such as commitment type and purpose

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

Email

Suggested signers email.

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

From

From position

Declaration
public ExcelVmlDrawingPosition From { get; }
Property Value
Type Description
ExcelVmlDrawingPosition

SetupID

Id of signature line

Declaration
public Guid SetupID { get; }
Property Value
Type Description
System.Guid

ShowSignDate

Allow signer to add comments such as commitmenttype and a "purpose" string

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

Signer

The suggested signer's name.

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

SigningInstructions

Instructions to the suggested signer.

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

Title

The suggested signers role or title e.g Developer.

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

To

To position

Declaration
public ExcelVmlDrawingPosition To { get; }
Property Value
Type Description
ExcelVmlDrawingPosition

Methods

SetSize(Int32)

Set size in Percent. Note that resizing columns / rows after using this function will effect the size of the drawing

Declaration
public void SetSize(int Percent)
Parameters
Type Name Description
System.Int32 Percent

SetSize(Int32, Int32)

Set size in pixels Note that resizing columns / rows after using this function will effect the size of the drawing

Declaration
public void SetSize(int PixelWidth, int PixelHeight)
Parameters
Type Name Description
System.Int32 PixelWidth

Width in pixels

System.Int32 PixelHeight

Height in pixels

In This Article
Back to top Generated by DocFX