←Select platform

CodePdf Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute(Name="CodePdf", IsRequired=true)] 
public BarcodeReadPdf CodePdf { get; set; } 
  
<DataMemberAttribute(Name="CodePdf", IsRequired=True)> 
Public Property CodePdf As Leadtools.Services.Barcode.Datacontracts.BarcodeReadPdf 
[DataMemberAttribute(Name="CodePdf", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeReadPdf^ CodePdf { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeReadPdf^ get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.BarcodeReadPdf^ ); 
} 

Property Value

A BarcodeReadPdf object that contains PDF417 and MicroPDF417 barcode options to be read.

Example

For an example, refer to Barcode1d 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