LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CodePdf Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeReadActivity Class : CodePdf Property



The CodePdf Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read.

Syntax

Visual Basic (Declaration) 
Public Property CodePdf As BarcodeReadPdf
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReadActivity
Dim value As BarcodeReadPdf
 
instance.CodePdf = value
 
value = instance.CodePdf
C# 
public BarcodeReadPdf CodePdf {get; set;}
C++/CLI 
public:
property BarcodeReadPdf^ CodePdf {
   BarcodeReadPdf^ get();
   void set (    BarcodeReadPdf^ value);
}

Property Value

BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also