Pdf2ImageRequest 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.
Pdf2ImageRequestV2
public class Pdf2ImageRequest
type Pdf2ImageRequest = class
Public Class Pdf2ImageRequest
- Inheritance
-
Pdf2ImageRequest
Constructors
| Name | Description |
|---|---|
| Pdf2ImageRequest() | |
Properties
| Name | Description |
|---|---|
| DocumentContent |
Raw content of PDF document |
| DPI |
The resolution of the result image |
| EndPage |
The last page to extract (inclusive) |
| FilenamePrefix |
Optional. Output files will have this prefix followed by an index number for name |
| ImageFormat |
The format of the result image |
| Pages |
Page numbers for extraction separated by ';' (only this pages will be extracted) |
| Password |
Password to decrypt document |
| StartPage |
The first page to start extraction (1 based) |