←Select platform

ReadOptionalMacroSegmentCountField Property (PDF417BarcodeReadOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Enables the return of the optional macro 'Segment Count' field")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Segment count")] 
[CategoryAttribute("    Optional Macro Fields")] 
public bool ReadOptionalMacroSegmentCountField {get; set;} 
<DescriptionAttribute("Enables the return of the optional macro 'Segment Count' field")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Segment count")> 
<CategoryAttribute(" Optional Macro Fields")> 
Public Property ReadOptionalMacroSegmentCountField As Boolean 
[DescriptionAttribute("Enables the return of the optional macro 'Segment Count' field")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Segment count")] 
[CategoryAttribute("    Optional Macro Fields")] 
public bool ReadOptionalMacroSegmentCountField {get; set;} 
@property (nonatomic, assign) BOOL readOptionalMacroSegmentCountField 
public boolean getReadOptionalMacroSegmentCountField() 
public void setReadOptionalMacroSegmentCountField(boolean value) 
             
DescriptionAttribute("Enables the return of the optional macro 'Segment Count' field") 
DefaultValueAttribute() 
DisplayNameAttribute("Segment count") 
CategoryAttribute(" Optional Macro Fields") 
  
get_ReadOptionalMacroSegmentCountField(); 
set_ReadOptionalMacroSegmentCountField(value); 
Object.defineProperty('ReadOptionalMacroSegmentCountField');  
[DescriptionAttribute("Enables the return of the optional macro 'Segment Count' field")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Segment count")] 
[CategoryAttribute("    Optional Macro Fields")] 
public: 
property bool ReadOptionalMacroSegmentCountField { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to retrieve the optional macro 'Segment Count' 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