LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

EccLevel Property (BarcodeWritePdf)

Show in webframe





Gets or sets the ECC level for writing a PDF417 symbol.
Syntax
public BarcodePdf417EccLevelFlags EccLevel {get; set;}
'Declaration
 
Public Property EccLevel As BarcodePdf417EccLevelFlags
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As BarcodePdf417EccLevelFlags
 
instance.EccLevel = value
 
value = instance.EccLevel

            

            
public:
property BarcodePdf417EccLevelFlags EccLevel {
   BarcodePdf417EccLevelFlags get();
   void set (    BarcodePdf417EccLevelFlags value);
}

Property Value

ECC level.
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

 

 


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