Click or drag to resize

BarcoderCreatePdfDecoder Method (String, String)

Create a decoder for detecting barcodes in the specified PDF file.

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

Parameters

fileName
Type: SystemString
Path to the existing PDF document.
password (Optional)
Type: SystemString
Optional password for opening encrypted PDF document.

Return Value

Type: IPdfDecoder
The PDF decoder.
See Also