Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="CodePdf", IsRequired=True)> Public Property CodePdf As BarcodeReadPdf |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="CodePdf", IsRequired=true)] public BarcodeReadPdf CodePdf {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="CodePdf", IsRequired=true)] public: property BarcodeReadPdf^ CodePdf { BarcodeReadPdf^ get(); void set (BarcodeReadPdf^ value); } |
Return Value
A BarcodeReadPdf object that contains PDF417 and MicroPDF417 barcode options to be read.For an example, refer to Barcode1d example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family