Click or drag to resize

BarcoderOpenPdfDocument Method

Opens an existing PDF document.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public IPdfDocument OpenPdfDocument(
	string fileName,
	string password = null
)

Parameters

fileName
Type: SystemString
Path to the existing PDF file.
password (Optional)
Type: SystemString
Optional password if fileName is encrypted.

Return Value

Type: IPdfDocument
The loaded PDF document.
See Also