InfoResult

InfoResult data structure returned by Document Info API as output result

InfoResult example

{
  "FormatExtension": "string",
  "Format": "string",
  "Pages": [
    {
      "Number": 0,
      "Width": 0,
      "Height": 0,
      "Visible": true,
      "Lines": [
        {
          "X": 0,
          "Y": 0,
          "Width": 0,
          "Height": 0,
          "Value": "string",
          "Words": [
            {
              "X": 0,
              "Y": 0,
              "Width": 0,
              "Height": 0,
              "Value": "string",
              "Characters": [
                {
                  "X": 0,
                  "Y": 0,
                  "Width": 0,
                  "Height": 0,
                  "Value": "string"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "Attachments": [
    {
      "Name": "string"
    }
  ],
  "ArchiveViewInfo": {
    "Folders": [
      "string"
    ]
  },
  "CadViewInfo": {
    "Layers": [
      {
        "Name": "string",
        "Visible": true
      }
    ],
    "Layouts": [
      {
        "Name": "string",
        "Width": 0,
        "Height": 0
      }
    ]
  },
  "ProjectManagementViewInfo": {
    "StartDate": "2020-04-02T05:56:17.389Z",
    "EndDate": "2020-04-02T05:56:17.389Z"
  },
  "OutlookViewInfo": {
    "Folders": [
      "string"
    ]
  },
  "PdfViewInfo": {
    "PrintingAllowed": true
  }
}

InfoResult fields

NameDescription
FormatExtensionFile format extension
FormatFile format
PagesList of document pages
AttachmentsList of document attachments
ArchiveViewInfoRepresents view information for archive file
CadViewInfoRepresents view information for CAD drawing
ProjectManagementViewInfoRepresents view information for MS Project document
OutlookViewInfoRepresents view information for Outlook Data file
PdfViewInfoRepresents view information for PDF document