Click or drag to resize

BarcoderCreatePdfDecoder Method (Stream, String)

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

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

Parameters

stream
Type: System.IOStream
Open file stream.
password (Optional)
Type: SystemString
Optional password for opening encrypted PDF document.

Return Value

Type: IPdfDecoder
The PDF decoder.
See Also