CodeGlyphX logo
CodeGlyphX

API Reference

Class

Pdf417EncodeOptions

Namespace CodeGlyphX.Pdf417
Assembly CodeGlyphX
Modifiers sealed

Options for PDF417 encoding.

Inheritance

  • Object
  • Pdf417EncodeOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public Pdf417EncodeOptions() #

Properties

public Int32 MinColumns { get; set; } #

Minimum number of data columns (1..30).

public Int32 MaxColumns { get; set; } #

Maximum number of data columns (1..30).

public Int32 MinRows { get; set; } #

Minimum number of rows (3..90).

public Int32 MaxRows { get; set; } #

Maximum number of rows (3..90).

public Int32 ErrorCorrectionLevel { get; set; } #

Error correction level (0..8). Use -1 for auto.

public Single TargetAspectRatio { get; set; } #

Target aspect ratio (width / height).

public Boolean Compact { get; set; } #

Compact PDF417 (not recommended).

public Pdf417Compaction Compaction { get; set; } #

High-level compaction mode.

public Encoding TextEncoding { get; set; } #

Text encoding used for byte compaction.