[]
Creates the pdfDocument for the specified pdf path.
protected abstract C1PdfDocumentSource CreatePdfDocument(string path, NameValueCollection args = null)
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. |
If overiding this method, you can create the pdfDocument by yourself, or modify the pdfDocument created by base.