CodeGlyphX logo
CodeGlyphX

API Reference

Class

MicroPdf417EncodeOptions

Namespace CodeGlyphX.Pdf417
Assembly CodeGlyphX
Modifiers sealed

Options for MicroPDF417 encoding.

Inheritance

  • Object
  • MicroPdf417EncodeOptions

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 MicroPdf417EncodeOptions() #

Properties

public Nullable<Int32> Columns { get; set; } #

Fixed number of data columns (1..4). Leave null to auto-select.

public Nullable<Int32> Rows { get; set; } #

Fixed number of rows (4..44). Leave null to auto-select.

public Pdf417Compaction Compaction { get; set; } #

High-level compaction mode.

public Encoding TextEncoding { get; set; } #

Text encoding used for byte compaction.