[]
Creates the document for the specified pdf path.
protected override C1PdfDocumentSource CreatePdfDocument(string path, NameValueCollection args)
Protected Overrides Function CreatePdfDocument(path As String, args As NameValueCollection) As C1PdfDocumentSource
| Type | Name | Description |
|---|---|---|
| string | path | The relative path of the pdf. |
| NameValueCollection | args | The collection of HTTP query string variables. |
| Type | Description |
|---|---|
| C1PdfDocumentSource | A C1.Document.C1PdfDocumentSource created for the specified path. |