Class ExcelVmlDrawingSignatureLine
Drawing object used for SignatureLines and SignatureLineStamps
Inheritance
Object
ExcelVmlDrawingSignatureLine
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 ExcelVmlDrawingSignatureLine : ExcelVmlDrawingBase
Fields
EMU_PER_PIXEL
The ratio between EMU and Pixels
Declaration
public const int EMU_PER_PIXEL = 9525
Field Value
| Type | Description |
|---|---|
| Int32 |
EMU_PER_POINT
The ratio between EMU and Points
Declaration
public const int EMU_PER_POINT = 12700
Field Value
| Type | Description |
|---|---|
| Int32 |
Properties
AllowComments
Determines if signature allows comments such as commitment type and purpose
Declaration
public bool AllowComments { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Suggested signers email.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| Guid |
ShowSignDate
Allow signer to add comments such as commitmenttype and a "purpose" string
Declaration
public bool ShowSignDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Signer
The suggested signer's name.
Declaration
public string Signer { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
SigningInstructions
Instructions to the suggested signer.
Declaration
public string SigningInstructions { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Title
The suggested signers role or title e.g Developer.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|---|
| 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 |
|---|---|---|
| Int32 | PixelWidth | Width in pixels |
| Int32 | PixelHeight | Height in pixels |