ScannedDocumentElementType Data Type

This document element indicates that the current document represents a scanned page.

Properties
name data type description
Properties inherited from ContentDocumentElementType
annotations array of AnnotationType Returns the annotations.
nodeType DocumentNodeType Returns the document node type.
children array of DocumentElementType Returns the document element children.
content InputStream Returns the content.
contentMetaData ContentMetaDataType
Properties inherited from DocumentElementType
creationDate number Returns the creation date.
variables map of string Returns the element variables.
nodeType DocumentNodeType Returns the document node type.
children array of DocumentElementType Returns the document element children.
Properties inherited from ResourceType
reference ReferenceType Returns the resource's object reference.

Example

{
  "annotations" : [ {
    "accessData" : {
      "aclName" : "...",
      "creationDate" : 12345,
      "creationUser" : 12345,
      "lastModificationDate" : 12345,
      "lastModificationUser" : 12345
    },
    "height" : 12345,
    "page" : 12345,
    "width" : 12345,
    "x" : 12345,
    "y" : 12345
  }, {
    "accessData" : {
      "aclName" : "...",
      "creationDate" : 12345,
      "creationUser" : 12345,
      "lastModificationDate" : 12345,
      "lastModificationUser" : 12345
    },
    "height" : 12345,
    "page" : 12345,
    "width" : 12345,
    "x" : 12345,
    "y" : 12345
  } ],
  "nodeType" : "STRUCTURE",
  "children" : [ {
    "creationDate" : 12345,
    "variables" : {
      "property1" : "...",
      "property2" : "..."
    },
    "nodeType" : "LINK",
    "children" : [ { }, { } ],
    "reference" : { }
  }, {
    "creationDate" : 12345,
    "variables" : {
      "property1" : "...",
      "property2" : "..."
    },
    "nodeType" : "LINK",
    "children" : [ { }, { } ],
    "reference" : { }
  } ],
  "content" : { },
  "contentMetaData" : {
    "hash" : "...",
    "uncompressedSize" : 12345,
    "compressedSize" : 12345,
    "hashAlgorithm" : "..."
  },
  "creationDate" : 12345,
  "variables" : {
    "property1" : "...",
    "property2" : "..."
  },
  "reference" : { }
}