[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IO.Pdf.PdfExportContext

PdfExportContext Class

Represents the PDF export context.

Inheritance
PdfExportContext
Namespace: GrapeCity.Spreadsheet.IO.Pdf
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public sealed class PdfExportContext : ExportContext
Public NotInheritable Class PdfExportContext
    Inherits ExportContext

Constructors

Name Description
PdfExportContext()

Initializes a new instance of the PdfExportContext class.

Properties

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.