Search Results for

    Show / Hide Table of Contents

    Class PagedBarcodeResult

    Results from reading a barcode from a multi-page document using IronBarCode

    Inheritance
    System.Object
    BarcodeResult
    PagedBarcodeResult
    Inherited Members
    BarcodeResult.ToString()
    BarcodeResult.BarcodeType
    BarcodeResult.Value
    BarcodeResult.Text
    BarcodeResult.BarcodeImage
    BarcodeResult.BinaryValue
    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()

    See Also

    BarcodeResult
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget