Pdf2TextRequest 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.
Pdf2TextRequest
public class Pdf2TextRequest
type Pdf2TextRequest = class
Public Class Pdf2TextRequest
- Inheritance
-
Pdf2TextRequest
Constructors
| Name | Description |
|---|---|
| Pdf2TextRequest() | |
Properties
| Name | Description |
|---|---|
| DocumentContent |
Raw content of PDF document |
| EndPage |
The last page to extract (inclusive) |
| Password |
Password to decrypt document |
| ResultType |
Raw or HTML |
| StartPage |
The first page to start extraction (1 based) |