PdfDocument 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.
Item in PDF documents as output
public class PdfDocument
type PdfDocument = class
Public Class PdfDocument
- Inheritance
-
PdfDocument
Constructors
| Name | Description |
|---|---|
| PdfDocument() | |
Properties
| Name | Description |
|---|---|
| DocumentContents |
If returnDocumentContents is set to true, will contain the contents of the document; otherwise will be set to null and the document contents will be available via the URL parameter |
| PageNumber |
Page number of the converted page, starting with 1 for the first page |
| URL |
URL to the PDF file of this worksheet; file is stored in an in-memory cache and will be deleted |