GrapeCity.Documents.Excel Namespace / PrintManager Class / AppendPage Method
The specified GcPdfDocument.
The printed page info.
Options for saving pdf file.
In This Topic
AppendPage Method
In This Topic
Append the page info to the specified pdf document.
Syntax
public void AppendPage( 
   GrapeCity.Documents.Pdf.GcPdfDocument doc,
   PageInfo pageInfo,
   PdfSaveOptions options
)

Parameters

doc
The specified GcPdfDocument.
pageInfo
The printed page info.
options
Options for saving pdf file.
See Also