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")] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC percentage")] [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")> <CategoryAttribute("Error Checking and Correction")> <DisplayNameAttribute("ECC percentage")> <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")] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC percentage")] [DefaultValueAttribute()] public int ECCPercentage {get; set;}
ObjectiveC Syntax
Java Syntax
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") CategoryAttribute("Error Checking and Correction") DisplayNameAttribute("ECC percentage") DefaultValueAttribute() get_ECCPercentage();
set_ECCPercentage(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")] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC percentage")] [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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2