[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.Pdf417TagHelper

Pdf417TagHelper Class

ITagHelper implementation for Pdf417.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-pdf417")]
public class Pdf417TagHelper : BarcodeBaseTagHelper<Pdf417>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
Pdf417TagHelper()

Properties

Name Description
AutoWidth

Configurates AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length.

AutoWidthZoom

Configurates AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width.

Columns

Configurates Columns. Sets the number of columns in the symbol.

Compact

Configurates Compact. Indicates whether it is a compact PDF417 symbol.

ErrorCorrectionLevel

Configurates ErrorCorrectionLevel. Sets the error correction level of this control. PDF417 symbology supports 9 levels of error correction, with 0 being the least thorough and 8 being the most thorough. When the correction level is set to 0, very little redundant information is encoded and the scanner can perform little more than correct for the very simplest of errors. When set to 8, significant scanning problems can be corrected. The default error correction for PDF417 is 'auto.' This automatically specifies a correction level based on the amount of information encoded into each PDF417 symbol.

Rows

Configurates Rows. Sets the number of rows in the symbol.