PDF .NET Library Documentation - PDF Technologies, Inc.

The MicroPdf417 type exposes the following members.

Constructors

  NameDescription
MicroPdf417
Initializes a new instance of the MicroPdf417 class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsCodeValid
Gets a value indicating whether the value to encode specified in the Code property is valid.
(Inherited from PDFBarcode2D.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AspectRatio
Gets or sets the ratio of the height to the overall width of the barcode. Its value must be zero up to one.
(Inherited from PDF417.)
BackColor
Gets or sets the background color for the barcode.
(Inherited from PDFBarcode2D.)
BarColor
Gets or sets the bars' color of the barcode.
(Inherited from PDFBarcode2D.)
BarHeight
Gets or sets the barcode bar's height. Uses UnitOfMeasure.
(Inherited from PDF417.)
BarWidth
Gets or sets the barcode bar's width. Uses UnitOFMeasure.
(Inherited from PDF417.)
BorderColor
Gets or sets the barcode border's color.
(Inherited from PDFBarcode2D.)
BorderWidth
Gets or sets the barcode border's width.
(Inherited from PDFBarcode2D.)
Code
Gets or sets the value to encode.
(Inherited from PDFBarcode2D.)
Columns
Gets or sets the number of columns
(Inherited from PDF417.)
CompactionType
Gets or sets the Compaction Type.
(Inherited from PDF417.)
ErrorCorrectionLevel
Gets or sets the Error Correction Level
(Inherited from PDF417.)
FileId
Gets or sets the File ID of the barcode. Its value must be a sequence of codewords (Each codeword value must be a number between 000 and 899) and must be the same for all data segments.
(Inherited from MacroPdf417.)
Font
Gets or sets the font of the text displayed by the barcode.
(Inherited from PDFBarcode2D.)
ForeColor
Gets or sets the foreground color of the barcode.
(Inherited from PDFBarcode2D.)
Height
Gets the height of the barcode. It's uses UnitOfMeasure.
(Inherited from PDFBarcode2D.)
Ratio
Wide/narrow bar ratio.
(Inherited from PDF417.)
Rows
Gets or sets the number of rows
(Inherited from PDF417.)
SegmentCount
Gets or sets the number of symbols. Its value must be less than or equal to 99999.
(Inherited from MacroPdf417.)
SegmentIndex
Gets or sets the Segment Index of the barcode. Its value must be 0 (zero) up to 99998 and must be less than the value in SegmentCount property.
(Inherited from MacroPdf417.)
SymbolSize
Gets or sets the MicroPDF417 size (a predefined combinations of numbers of columns and rows) to be generated.
Text
Gets or sets the additional text to show in the barcode image. This is not the value to encode.
(Inherited from PDFBarcode2D.)
TextAlignment
Gets or sets the text alignment for Text property.
(Inherited from PDFBarcode2D.)
Truncated
Gets or sets whether the right side of PDF417 barcode is truncated
(Inherited from PDF417.)
UnitOfMeasure
Gets or sets the UnitOfMeasure.
(Inherited from PDFBarcode2D.)

See Also