←Select platform

ReadOptionalMacroTimestampField Property (MicroPDF417BarcodeReadOptions)

Summary

Gets or sets a value that indicates whether the optional macro 'Time Stamp' field is retrieved when reading MicroPDF417 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute(" Optional Macro Fields")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Enables the return of the optional 'Time Stamp' count field")] 
public bool ReadOptionalMacroTimestampField {get; set;} 
<CategoryAttribute("  Optional Macro Fields")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("Enables the return of the optional 'Time Stamp' count field")> 
Public Property ReadOptionalMacroTimestampField As Boolean 
[CategoryAttribute(" Optional Macro Fields")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Enables the return of the optional 'Time Stamp' count field")] 
public bool ReadOptionalMacroTimestampField {get; set;} 
@property (nonatomic, assign) BOOL readOptionalMacroTimestampField 
public boolean getReadOptionalMacroTimestampField() 
public void setReadOptionalMacroTimestampField(boolean value) 
             
CategoryAttribute("  Optional Macro Fields") 
DefaultValueAttribute() 
DescriptionAttribute("Enables the return of the optional 'Time Stamp' count field") 
  
get_ReadOptionalMacroTimestampField(); 
set_ReadOptionalMacroTimestampField(value); 
Object.defineProperty('ReadOptionalMacroTimestampField');  
[CategoryAttribute(" Optional Macro Fields")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Enables the return of the optional 'Time Stamp' count field")] 
public: 
property bool ReadOptionalMacroTimestampField { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to retrieve optional macro 'Time Stamp' field when reading MicroPDF417 barcodes. Otherwise, false. The default value is false.

Example

For an example, refer to MicroPDF417BarcodeReadOptions.

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