[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.MicroPDF417Options

MicroPDF417Options Class

Represents the MicroPDF417 options.

Inheritance
BarCodeOptionsBase
MicroPDF417Options
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class MicroPDF417Options : BarCodeOptionsBase, ICloneable

Constructors

Name Description
MicroPDF417Options()

Initializes a new instance of the MicroPDF417Options class.

MicroPDF417Options(string)

Initializes a new instance of the MicroPDF417Options class.

Properties

Name Description
CompactionMode

Gets or sets the CompactionMode.

EncodingCodePage

Design-time property to specify encoding in designer.

FileID

Gets or sets the file id of structuredappend symbol.

SegmentCount

Gets or sets the segment count of structuredappend symbol.

SegmentIndex

Gets or sets the segment index of structuredappend symbol.

Version

Gets or sets the symbol size.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents the current object.

Extension Methods