[]
ITagHelper implementation for MicroPdf417.
[HtmlTargetElement("c1-micro-pdf417")]
public class MicroPdf417TagHelper : BarcodeBaseTagHelper<MicroPdf417>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-micro-pdf417")>
Public Class MicroPdf417TagHelper
Inherits BarcodeBaseTagHelper(Of MicroPdf417)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| MicroPdf417TagHelper() |
| Name | Description |
|---|---|
| CompactionMode | Configurates CompactionMode. Sets the symbol encode method. |
| Dimensions | Configurates Dimensions. Sets the symbol row and column count. |
| FileId | Configurates FileId. Sets the structure file ID. |
| OptionalFields | Configurates OptionalFields. Sets structured append optional fields. Only supports segmentCount for now. |
| SegmentIndex | Configurates SegmentIndex. Sets the structure append index. |
| StructuredAppend | Configurates StructuredAppend. Indicates whether the structure append is enabled. |