Class ADRConfiguration
ADR configuration model
Inheritance
System.Object
ADRConfiguration
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: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class ADRConfiguration
Properties
| Improve this Doc View SourceBlob
Gets or sets the document blob (tiff)
Declaration
public byte[] Blob { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Tag
Gets or sets the tag which represents the document
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |