Search Results for

    Show / Hide Table of Contents

    Class BarcodePage

    Inheritance
    System.Object
    BarcodePage
    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.Document
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class BarcodePage

    Constructors

    | Improve this Doc View Source

    BarcodePage(Int32)

    Repräsentiert eine einzelne Seite eines Dokumentes (Seitenmetadaten)

    Declaration
    public BarcodePage(int pageNumber)
    Parameters
    Type Name Description
    System.Int32 pageNumber

    Seitennummer

    Properties

    | Improve this Doc View Source

    Barcodes

    Barcodes auf der aktuellen Seite

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

    PageNumber

    Seitenzahl

    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