API Reference
Class
MicroPdf417EncodeOptions
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
- Method MicroPdf417Encoder.Encode
- Method MicroPdf417Encoder.EncodeBytes
- Method MicroPdf417Encoder.EncodeBytes
Constructors
public MicroPdf417EncodeOptions() #Inherited Methods
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.