IPdfDecoder Interface |
Namespace: Opait.Barcoder.Api
public interface IPdfDecoder : IDisposable
The IPdfDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Decode(IDecoder) |
Decode a single barcode within the PDF file.
| |
| Decode(IDecoder, Int32) |
Decode a single barcode within the specified page.
| |
| DecodeMultiple(IDecoder) |
Decode multiple barcodes within the PDF file.
| |
| DecodeMultiple(IDecoder, Int32) |
Decode multiple barcodes within the specified page.
| |
| DecodeZone |
Decode a single barcode within the specified page.
|