 | BarcoderCreatePdfDocument Method |
Creates a new PDF document.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic IPdfDocument CreatePdfDocument(
IPdfDocument source = null
)
Parameters
- source (Optional)
- Type: Opait.Barcoder.ApiIPdfDocument
Optional existing PDF document to use as a template.
Return Value
Type:
IPdfDocumentAn empty PDF document.
See Also