[]
        
(Showing Draft Content)

C1.Web.Mvc.MicroPdf417

MicroPdf417 Class

Represents a control for drawing MicroPDF417 barcode type.

Inheritance
MicroPdf417
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class MicroPdf417 : BarcodeBase, IHtmlString, ITemplate

Constructors

Name Description
MicroPdf417(HtmlHelper, string)

Creates one MicroPdf417 instance.

Properties

Name Description
CompactionMode

Gets or sets the symbol encode method.

Dimensions

Gets or sets the symbol row and column count.

FileId

Gets or sets the structure file ID.

OptionalFields

Gets or sets structured append optional fields. Only supports segmentCount for now.

SegmentIndex

Gets or sets the structure append index.

StructuredAppend

Indicates whether the structure append is enabled.

Extension Methods