Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : ECCPercentage Property |
[DefaultValueAttribute()] [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")] public int ECCPercentage {get; set;}
'Declaration
<DefaultValueAttribute()> <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")> Public Property ECCPercentage As Integer
'Usage
Dim instance As PDF417BarcodeWriteOptions Dim value As Integer instance.ECCPercentage = value value = instance.ECCPercentage
[DefaultValueAttribute()] [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")] public int ECCPercentage {get; set;}
@property (nonatomic, assign) NSInteger eccPercentage
public int getECCPercentage() public void setECCPercentage(int value)
DefaultValueAttribute() 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") <br/>get_ECCPercentage();<br/>set_ECCPercentage(value);<br/>Object.defineProperty('ECCPercentage');
[DefaultValueAttribute()] [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")] 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.