Class PagedBarcodeResult
Results from reading a barcode from a multi-page document using IronBarCode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class PagedBarcodeResult : BarcodeResult
Properties
PageNumber
The page number of the PDF or Image on which the barcode was discovered. [1 Based e.g. the first page is one not zero]
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Finalizes an instance of the PagedBarcodeResult class.
Declaration
protected void Finalize()