[]
Creates the document for the specified pdf path.
protected override C1PdfDocumentSource CreatePdfDocument(string path, NameValueCollection args)
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. |