documentMode property
Whether the document has pages or is pageless. Possible string values are:
- "DOCUMENT_MODE_UNSPECIFIED" : The document mode is unspecified.
- "PAGES" : The document has pages.
- "PAGELESS" : The document is pageless.
Implementation
core.String? documentMode;