API Reference
Class
Pdf417EncodeOptions
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
- Method Pdf417Encoder.Encode
- Method Pdf417Encoder.EncodeBytes
- Method Pdf417Encoder.EncodeBytes
- Method Pdf417Encoder.EncodeMacro
- Method Pdf417Builder.WithEncodeOptions
- Method Pdf417Code.Create
- Method Pdf417Code.Create
- Method Pdf417Code.Encode
- Method Pdf417Code.EncodeBytes
- Method Pdf417Code.EncodeMacro
- Method Pdf417Code.Render
- Method Pdf417Code.Render
- Method Pdf417Code.Render
- Method Pdf417Code.RenderMacro
- Method Pdf417Code.Save
- Method Pdf417Code.Save
- Method Pdf417Code.Save
- Method Pdf417Code.SaveMacro
Constructors
public Pdf417EncodeOptions() #Inherited Methods
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.