LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

EccPercentage Property

Show in webframe





Gets or sets the ECC character percentage.
Syntax
[DataMemberAttribute(Name="EccPercentage", IsRequired=true)]
public int EccPercentage {get; set;}
'Declaration
 
<DataMemberAttribute(Name="EccPercentage", IsRequired=True)>
Public Property EccPercentage As Integer
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.EccPercentage = value
 
value = instance.EccPercentage

            

            
[DataMemberAttribute(Name="EccPercentage", IsRequired=true)]
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.
Example
For an example, refer to BarcodeWritePdf class example.
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features