Share via


CIPdf417BarcodeGenerator.InputCompactionMode Property

Definition

Gets or sets a value that controls how the data are compressed in the resulting code.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public float InputCompactionMode { [Foundation.Export("compactionMode")] get; [Foundation.Export("setCompactionMode:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("compactionMode")>]
[<set: Foundation.Export("setCompactionMode:")>]
member this.InputCompactionMode : single with get, set

Property Value

Implements

Attributes

Remarks

0 indicates that the compression mode should be determined by the data type. 1 indicates that the data represent ASCII digits. 2 indicates that the data is ASCII text, numbers, and punctuation. 3 indicates that the data are in an unspecified format; The least compact compression scheme will be used.

Applies to