Link Search Menu Expand Document

IReaderReadFromStream Method

OverloadĀ List
NameDescription
Public methodReadFromStream(Stream)
Read barcodes from image or PDF file provided as Stream. You can find decoded barcodes in FoundBarcodes property.
Public methodReadFromStream(IStream)
Read barcodes from image or PDF file provided as IStream. You can find decoded barcodes in FoundBarcodes property.
Public methodReadFromStream(Stream, Int32, Int32)
Read barcodes from image or PDF file provided as Stream. You can find decoded barcodes in FoundBarcodes property.
Public methodReadFromStream(IStream, Int32, Int32)
Read barcodes from image or PDF file provided as IStream. You can find decoded barcodes in FoundBarcodes property.
Top
See Also

Reference