Search Results for

    Show / Hide Table of Contents

    Class BarcodeDocumentPage

    Repräsentiert eine Seite aus einem Dokument mit Barcodes

    Inheritance
    System.Object
    BarcodeDocumentPage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DocumentProcessing.Barcode
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class BarcodeDocumentPage

    Properties

    | Improve this Doc View Source

    Barcodes

    Zugriff auf die Barcodes dieses Barcodedokuments

    Declaration
    public List<Barcode> Barcodes { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Barcode>
    | Improve this Doc View Source

    PageNumber

    Seitennummer der Seite

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx