Show / Hide Table of Contents

Class FileZoneDefinition

Represent a File zone definition. That mean, for a specific file, where are draw the zone for a signature

Inheritance
System.Object
BaseFileSignDefinition
FileZoneDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
BaseFileSignDefinition.UniqueName
BaseFileSignDefinition.DoNotAppendCertificateToFile
BaseFileSignDefinition.IsPKIFile
BaseFileSignDefinition.DoNotEncryptPDF
BaseFileSignDefinition.PropertyChanged
BaseFileSignDefinition.RaisePropertyChanged(String)
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

Extension Methods

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