[]
Represents the PDF export context.
public sealed class PdfExportContext : ExportContext
Public NotInheritable Class PdfExportContext
Inherits ExportContext
| Name | Description |
|---|---|
| PdfExportContext() | Initializes a new instance of the PdfExportContext class. |
| Name | Description |
|---|---|
| ConformanceLevel | Gets or sets the PDF/A conformance level. |
| From | Gets or sets the number of the page at which to start publishing. By default, publishing starts at the beginning. |
| IgnorePrintAreas | Gets or sets a value indicating whether ignores any print areas set when publishing. |
| IncludeDocProperties | Gets or sets a value indicating whether document properties should be included. |
| To | Gets or sets the number of the last page to publish. By default, publishing ends with the last page. |