Search Results for

    Show / Hide Table of Contents

    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 Source

    Blob

    Gets or sets the document blob (tiff)

    Declaration
    public byte[] Blob { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Tag

    Gets or sets the tag which represents the document

    Declaration
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx