You are here: Start » Barcode Class
Barcode Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Holds information about 1D barcode: its position, format and text which is encoded.
Constructors
Constructor | Description | |
---|---|---|
![]() | Barcode() | |
![]() | Barcode(Rectangle2D, String, BarcodeFormat, Polarity) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Format | Fil.BarcodeFormat | |
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Polarity | Fil.Polarity | |
![]() | Position | Fil.Rectangle2D | |
![]() | Text | System.String |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Fil.Barcode) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(Fil.Barcode) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Fil.Barcode) | |
![]() | ToString() | Inherited from System.Object |