Click or drag to resize

BarcoderCreatePdfDocument Method

Creates a new PDF document.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public IPdfDocument CreatePdfDocument(
	IPdfDocument source = null
)

Parameters

source (Optional)
Type: Opait.Barcoder.ApiIPdfDocument
Optional existing PDF document to use as a template.

Return Value

Type: IPdfDocument
An empty PDF document.
See Also