Class CertifyPdfArgs
Inheritance
CertifyPdfArgs
Assembly: SecureExchangesSignatureSDK.dll
Syntax
public class CertifyPdfArgs
Properties
CertifyData
Information to certify document before signing
Declaration
public CertificationData CertifyData { get; set; }
Property Value
DefineRecipients
Declaration
public Func<IReadOnlyDictionary<string, List<ZoneDetails>>, IReadOnlyList<ZoneDetails>, IReadOnlyDictionary<string, List<ZoneDetails>>> DefineRecipients { get; set; }
Property Value
DetectExistingFields
Indicates to extract existing fields before join new fields from RecipientZoneDefinitions
Declaration
public bool DetectExistingFields { get; set; }
Property Value
File
File information needed to attach it to message
Declaration
public FileArgs File { get; set; }
Property Value
RecipientZoneDefinitions
List of already distributed zones across recipients to add
Zones will be added after existing zones detection and distribution
Declaration
public List<RecipientZoneDefinition> RecipientZoneDefinitions { get; set; }
Property Value
Recipients
Declaration
public List<string> Recipients { get; set; }
Property Value
Extension Methods