'Declaration
Protected MustOverride Function CreatePdfDocument( _ ByVal path As String, _ Optional ByVal args As NameValueCollection _ ) As C1.Win.Document.C1PdfDocumentSource
protected abstract C1.Win.Document.C1PdfDocumentSource CreatePdfDocument( string path, NameValueCollection args )
Parameters
- path
- The relative path of the pdf.
- args
- The collection of HTTP query string variables.
Return Value
A C1.Win.Document.C1PdfDocumentSource created for the specified path.