Class ExcelVmlDrawingSignatureLine
Drawing object used for SignatureLines and SignatureLineStamps
Inheritance
ExcelVmlDrawingSignatureLine
Inherited Members
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 |
|---|---|
| int |
EMU_PER_POINT
The ratio between EMU and Points
Declaration
public const int EMU_PER_POINT = 12700
Field Value
| Type | Description |
|---|---|
| int |
Properties
AllowComments
Determines if signature allows comments such as commitment type and purpose
Declaration
public bool AllowComments { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |
|---|---|
| bool |
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(int)
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 |
|---|---|---|
| int | Percent |
SetSize(int, int)
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 |
|---|---|---|
| int | PixelWidth | Width in pixels |
| int | PixelHeight | Height in pixels |