You are here: Start » FIL.NET » PDF417Code Class
PDF417Code Class
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
Holds information about PDF417 code: its position and text which is encoded.
Constructors
| Constructor | Description | |
|---|---|---|
| PDF417Code() | ||
| PDF417Code(Rectangle2D, String, Int32, Int32, Int32, Point2D) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Center | Fil.Point2D | ||
| DataColumnCount | System.Int32 | ||
| ErrorCorrectionLevel | System.Int32 | ||
| IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Fil.UnmanagedObject | |
| Outline | Fil.Rectangle2D | ||
| RowCount | System.Int32 | ||
| Text | System.String |
Methods
| Name | Description | |
|---|---|---|
| CopyTo(Fil.PDF417Code) | ||
| Dispose() | Inherited from Fil.UnmanagedObject | |
| Equals(object) | Inherited from System.Object | |
| Equals(Fil.PDF417Code) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| MoveTo(Fil.PDF417Code) | ||
| ToString() | Inherited from System.Object |
