←Select platform

ReadOptionalMacroChecksumField Property (PDF417BarcodeReadOptions)

Summary

Gets or sets a value that indicates whether optional macro 'Checksum' field is retrieved when reading PDF417 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Enables the return of the optional 'Checksum' field")] 
[DisplayNameAttribute("Checksum")] 
[DefaultValueAttribute()] 
[CategoryAttribute("    Optional Macro Fields")] 
public bool ReadOptionalMacroChecksumField {get; set;} 
<DescriptionAttribute("Enables the return of the optional 'Checksum' field")> 
<DisplayNameAttribute("Checksum")> 
<DefaultValueAttribute()> 
<CategoryAttribute(" Optional Macro Fields")> 
Public Property ReadOptionalMacroChecksumField As Boolean 
[DescriptionAttribute("Enables the return of the optional 'Checksum' field")] 
[DisplayNameAttribute("Checksum")] 
[DefaultValueAttribute()] 
[CategoryAttribute("    Optional Macro Fields")] 
public bool ReadOptionalMacroChecksumField {get; set;} 
@property (nonatomic, assign) BOOL readOptionalMacroChecksumField 
public boolean getReadOptionalMacroChecksumField() 
public void setReadOptionalMacroChecksumField(boolean value) 
             
DescriptionAttribute("Enables the return of the optional 'Checksum' field") 
DisplayNameAttribute("Checksum") 
DefaultValueAttribute() 
CategoryAttribute(" Optional Macro Fields") 
  
get_ReadOptionalMacroChecksumField(); 
set_ReadOptionalMacroChecksumField(value); 
Object.defineProperty('ReadOptionalMacroChecksumField');  
[DescriptionAttribute("Enables the return of the optional 'Checksum' field")] 
[DisplayNameAttribute("Checksum")] 
[DefaultValueAttribute()] 
[CategoryAttribute("    Optional Macro Fields")] 
public: 
property bool ReadOptionalMacroChecksumField { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to retrieve optional macro 'Checksum' field when reading PDF417 barcodes. Otherwise, false. The default value is false.

Example

For an example, refer to PDF417BarcodeReadOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize