GetDocxPagesResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Get pages and content from a Word DOCX document
public class GetDocxPagesResponse
type GetDocxPagesResponse = class
Public Class GetDocxPagesResponse
- Inheritance
-
GetDocxPagesResponse
Constructors
| Name | Description |
|---|---|
| GetDocxPagesResponse() | |
Properties
| Name | Description |
|---|---|
| PageCount |
Count of pages |
| Pages |
Pages in the document |
| Successful |
True if successful, false otherwise |