←Select platform

ReadOptionalMacroSenderField Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ReadOptionalMacroSenderField { get; set; } 
Public Property ReadOptionalMacroSenderField As Boolean 
public bool ReadOptionalMacroSenderField {get; set;} 
@property (nonatomic, assign) BOOL readOptionalMacroSenderField 
public boolean getReadOptionalMacroSenderField() 
public void setReadOptionalMacroSenderField(boolean value) 
             
 <br/>get_ReadOptionalMacroSenderField();<br/>set_ReadOptionalMacroSenderField(value);<br/>Object.defineProperty('ReadOptionalMacroSenderField');  
public: 
property bool ReadOptionalMacroSenderField { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to PDF417BarcodeReadOptions.

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.Barcode Assembly