'Declaration <DescriptionAttribute("An integer value representing the error correction coefficient.")> <CategoryAttribute("Value")> Public Property ErrorCorrectionCoefficient As System.Int32
[Description("An integer value representing the error correction coefficient.")] [Category("Value")] public System.Int32 ErrorCorrectionCoefficient { get; set; }
[Description("An integer value representing the error correction coefficient.")] [Category("Value")] public: __property System.Int32 get_ErrorCorrectionCoefficient(); public: __property void set_ErrorCorrectionCoefficient(
System.Int32 value
);
[Description("An integer value representing the error correction coefficient.")] [Category("Value")] public:
property System.Int32 ErrorCorrectionCoefficient { System.Int32 get(); void set(System.Int32 value); }
Property Value
For PDF417, shall be from 0 for 'Level0' to 8 for 'Level8'.
For QRCode, shall be from 0 to 3 (0 for 'L', 1 for 'M', 2 for 'Q', and 3 for 'H').
Vintasoft barcodes:
For Aztec, shall be from 0 to 9: (0%, 10%, 15%, 25%, 30%, 50%, 60%, 70%, 80%, 90%).
For Han Xin Code, shall be from 0 for 'L1' to 3 for 'L4'.
For QRCode, shall be from 0 to 3 (0 for 'L', 1 for 'M', 2 for 'Q', and 3 for 'H').
Vintasoft barcodes:
For Aztec, shall be from 0 to 9: (0%, 10%, 15%, 25%, 30%, 50%, 60%, 70%, 80%, 90%).
For Han Xin Code, shall be from 0 for 'L1' to 3 for 'L4'.