[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.AppendPage

AppendPage Method

AppendPage(GcPdfDocument, PageInfo, PdfSaveOptions)

Append the page info to the specified pdf document.

Declaration
public void AppendPage(GcPdfDocument doc, PageInfo pageInfo, PdfSaveOptions options = null)
Public Sub AppendPage(doc As GcPdfDocument, pageInfo As PageInfo, Optional options As PdfSaveOptions = Nothing)
Parameters
Type Name Description
GcPdfDocument doc

The specified GcPdfDocument.

PageInfo pageInfo

The printed page info.

PdfSaveOptions options

Options for saving pdf file.