Class FileZoneDefinition
Represent a File zone definition. That mean, for a specific file, where are draw the zone for a signature
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 FileZoneDefinition : BaseFileSignDefinition, INotifyPropertyChanged
Properties
ZonesDef
The definition of the zones for that file
Declaration
public SignZoneDefinition ZonesDef { get; set; }
Property Value
Type | Description |
---|---|
SignZoneDefinition |
Implements
System.ComponentModel.INotifyPropertyChanged