←Select platform

EccPercentage Property

Summary

Gets or sets the ECC character percentage.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="EccPercentage", IsRequired=true)] 
public int EccPercentage { get; set; } 
  
<DataMemberAttribute(Name="EccPercentage", IsRequired=True)> 
Public Property EccPercentage As Integer 
[DataMemberAttribute(Name="EccPercentage", IsRequired=true)] 
public: 
property int EccPercentage { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly