PageBarcodeArea
Leave feedback
On this page
Represents a page barcode area which is used to represent a barcode value in the parsing by template functionality.
public sealed class PageBarcodeArea : PageArea
| Name | Description |
|---|---|
| PageBarcodeArea(string, string, int, double, Page, Rectangle) | Initializes a new instance of the PageBarcodeArea class. |
| Name | Description |
|---|---|
| Angle { get; } | Gets the angle of the barcode. |
| CodeTypeName { get; } | Gets the name of the barcode type. |
| Confidence { get; } | Gets the level of confidence of the parsered barcode. |
| Page { get; } | Gets the document page information such as page index and page size. |
| Rectangle { get; } | Gets the rectangular area. |
| Value { get; } | Gets the barcode value. |
- class PageArea
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.