LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

EccPercentage Property

Show in webframe





Gets or sets the ECC character percentage.
Syntax
public int EccPercentage {get; set;}
'Declaration
 
Public Property EccPercentage As Integer
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.EccPercentage = value
 
value = instance.EccPercentage

            

            
public:
property int EccPercentage {
   int get();
   void set (    int value);
}

Property Value

ECC character percentage.
Remarks
The value of this property is valid when the value of the EccLevel property is set to BarcodePdf417EccLevelFlags.UsePercent.
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.