IElectronicProcessingFormSignatureLocationType Class

Includes the name of a given form along with the various signature field locations. Note that in a PDF the coordinate system is reversed on the Y axis compared to most other applications. In other words, the (0 ,0) point is the bottom left hand corner of the PDF page. All signature locations are returned using this coordinate system.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingFormSignatureLocationType

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FormSignatureLocationType

The IElectronicProcessingFormSignatureLocationType type exposes the following members.

Fields
  NameDescription
Public fieldBuyerSignatureBottom
The Y coordinate indicating the bottom of the buyer signature area.
Public fieldBuyerSignatureLeft
The X coordinate indicating the left side of the buyer signature area.
Public fieldBuyerSignatureRight
The X coordinate indicating the right side of the buyer signature area.
Public fieldBuyerSignatureTop
The Y coordinate indicating the top of the buyer signature area.
Public fieldCobuyerSignatureBottom
The Y coordinate indicating the bottom of the co-buyer signature area.
Public fieldCobuyerSignatureLeft
The X coordinate indicating the left side of the co-buyer signature area.
Public fieldCobuyerSignatureRight
The X coordinate indicating the right side of the co-buyer signature area.
Public fieldCobuyerSignatureTop
The Y coordinate indicating the top of the co-buyer signature area.
Public fieldDealerSignatureBottom
The Y coordinate indicating the bottom of the dealer signature area.
Public fieldDealerSignatureLeft
The X coordinate indicating the left side of the dealer signature area.
Public fieldDealerSignatureRight
The X coordinate indicating the right side of the dealer signature area.
Public fieldDealerSignatureTop
The Y coordinate indicating the top of the dealer signature area.
Public fieldForm
The name of the form for which these signature locations apply.
Top
See Also

Reference