Click or drag to resize

PdfDecoder Class

Class decodes barcodes in existing PDF documents.
Inheritance Hierarchy
SystemObject
  Opait.Barcode.PdfPdfDecoder

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public sealed class PdfDecoder : IDisposable

The PdfDecoder type exposes the following members.

Constructors
  NameDescription
Public methodPdfDecoder(Stream, String)
Opens an existing PDF file stream for decoding barcodes.
Public methodPdfDecoder(String, String)
Opens an existing PDF document for decoding barcodes.
Top
Properties
  NameDescription
Public propertyPageCount
Gets the number of pages in the PDF document.
Top
Methods
  NameDescription
Public methodDecode(BarcodeDecoder)
Decode a single barcode within the PDF file.
Public methodDecode(BarcodeDecoder, Int32)
Decode a single barcode within the specified page.
Public methodDecodeMultiple(BarcodeDecoder)
Decode multiple barcodes within the PDF file.
Public methodDecodeMultiple(BarcodeDecoder, Int32)
Decode multiple barcodes within the specified page.
Public methodDecodeZone
Decode a single barcode within the specified page.
Public methodDispose
Close PDF document and release all resources.
Top
See Also