Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : ECCPercentage Property |
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")] [DisplayNameAttribute("ECC percentage")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] public int ECCPercentage {get; set;}
'Declaration <DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")> <DisplayNameAttribute("ECC percentage")> <CategoryAttribute("Error Checking and Correction")> <DefaultValueAttribute()> Public Property ECCPercentage As Integer
'Usage Dim instance As PDF417BarcodeWriteOptions Dim value As Integer instance.ECCPercentage = value value = instance.ECCPercentage
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")] [DisplayNameAttribute("ECC percentage")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] public int ECCPercentage {get; set;}
@property (nonatomic, assign) int eccPercentage;
public int getECCPercentage() public void setECCPercentage(int value)
DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100") DisplayNameAttribute("ECC percentage") CategoryAttribute("Error Checking and Correction") DefaultValueAttribute()
get_ECCPercentage();
set_ECCPercentage(value);
Object.defineProperty('ECCPercentage');
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")] [DisplayNameAttribute("ECC percentage")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] public: property int ECCPercentage { int get(); void set ( int value); }
The value of ECCPercentage will only be used when ECCLevel is set to PDF417BarcodeECCLevel.UsePercentage.
For an example, refer to PDF417BarcodeWriteOptions.