CIPdf417BarcodeGenerator.CompactStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an integer with Boolean semantics that controls whether redunant elements should be omitted to save space. 1
is true. 0
is false.
public bool CompactStyle { get; set; }
member this.CompactStyle : bool with get, set