[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfDocumentProvider.CreatePdfDocument

CreatePdfDocument Method

CreatePdfDocument(string, NameValueCollection)

Creates the document for the specified pdf path.

Declaration
protected override C1PdfDocumentSource CreatePdfDocument(string path, NameValueCollection args)
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.

Overrides