Show / Hide Table of Contents

Class RecipientZoneDefinition

That is the zone definition for a recipient in a Signature seance

Inheritance
System.Object
RecipientInfo
RecipientZoneDefinition
Inherited Members
RecipientInfo.Email
RecipientInfo.Phone
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class RecipientZoneDefinition : RecipientInfo

Properties

ZonesDefByFile

That is the object containing the zones emplacement for the documents in the signature seance

Declaration
public FileZoneDefinition[] ZonesDefByFile { get; set; }
Property Value
Type Description
FileZoneDefinition[]

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX