[]
Append the page info to the specified pdf document.
public void AppendPage(GcPdfDocument doc, PageInfo pageInfo, PdfSaveOptions options = null)
Public Sub AppendPage(doc As GcPdfDocument, pageInfo As PageInfo, Optional options As PdfSaveOptions = Nothing)
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The specified GcPdfDocument. |
PageInfo | pageInfo | The printed page info. |
PdfSaveOptions | options | Options for saving pdf file. |