PdfDecoder Class |
Namespace: Opait.Barcode.Pdf
public sealed class PdfDecoder : IDisposable
The PdfDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfDecoder(Stream, String) |
Opens an existing PDF file stream for decoding barcodes.
| |
| PdfDecoder(String, String) |
Opens an existing PDF document for decoding barcodes.
|
| Name | Description | |
|---|---|---|
| Decode(BarcodeDecoder) |
Decode a single barcode within the PDF file.
| |
| Decode(BarcodeDecoder, Int32) |
Decode a single barcode within the specified page.
| |
| DecodeMultiple(BarcodeDecoder) |
Decode multiple barcodes within the PDF file.
| |
| DecodeMultiple(BarcodeDecoder, Int32) |
Decode multiple barcodes within the specified page.
| |
| DecodeZone |
Decode a single barcode within the specified page.
| |
| Dispose |
Close PDF document and release all resources.
|