InfoResult
Leave feedback
InfoResult data structure returned by Document Info API as output result
{
"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
}
}
Name | Description |
---|---|
FormatExtension | File format extension |
Format | File format |
Pages | List of document pages |
Attachments | List of document attachments |
ArchiveViewInfo | Represents view information for archive file |
CadViewInfo | Represents view information for CAD drawing |
ProjectManagementViewInfo | Represents view information for MS Project document |
OutlookViewInfo | Represents view information for Outlook Data file |
PdfViewInfo | Represents view information for PDF document |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.