Click or drag to resize

IPdfDecoder Interface

Interface for detecting barcodes in PDF documents.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IPdfDecoder : IDisposable

The IPdfDecoder type exposes the following members.

Properties
  NameDescription
Public propertyPageCount
Gets the number of pages in the PDF document.
Top
Methods
  NameDescription
Public methodDecode(IDecoder)
Decode a single barcode within the PDF file.
Public methodDecode(IDecoder, Int32)
Decode a single barcode within the specified page.
Public methodDecodeMultiple(IDecoder)
Decode multiple barcodes within the PDF file.
Public methodDecodeMultiple(IDecoder, Int32)
Decode multiple barcodes within the specified page.
Public methodDecodeZone
Decode a single barcode within the specified page.
Top
See Also