Class BarcodeDocument
Repräsentiert ein Dokument mit Barcodes
Inheritance
System.Object
BarcodeDocument
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 BarcodeDocument
Properties
| Improve this Doc View SourcePages
Gibt alle Seiten zu diesem Barcodedocument zurück
Declaration
public List<BarcodeDocumentPage> Pages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BarcodeDocumentPage> |