[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfProvider.CreatePdfDocument

CreatePdfDocument Method

CreatePdfDocument(string, NameValueCollection)

Creates the pdfDocument for the specified pdf path.

Declaration
protected abstract C1PdfDocumentSource CreatePdfDocument(string path, NameValueCollection args = null)
Parameters
Type Name Description
string path

The relative path of the pdf.

NameValueCollection args

The collection of HTTP query string variables.

Returns
Type Description
C1PdfDocumentSource

A C1.Document.C1PdfDocumentSource created for the specified path.

Remarks

If overiding this method, you can create the pdfDocument by yourself, or modify the pdfDocument created by base.