Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MicroPDF417BarcodeReadOptions Class : ReadOptionalMacroSenderField Property |
[DisplayNameAttribute("Sender")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] public bool ReadOptionalMacroSenderField {get; set;}
'Declaration
<DisplayNameAttribute("Sender")> <CategoryAttribute(" Optional Macro Fields")> <DefaultValueAttribute()> <DescriptionAttribute("Enables the return of the optional 'Sender' field")> Public Property ReadOptionalMacroSenderField As Boolean
'Usage
Dim instance As MicroPDF417BarcodeReadOptions Dim value As Boolean instance.ReadOptionalMacroSenderField = value value = instance.ReadOptionalMacroSenderField
[DisplayNameAttribute("Sender")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] public bool ReadOptionalMacroSenderField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacroSenderField
public boolean getReadOptionalMacroSenderField() public void setReadOptionalMacroSenderField(boolean value)
DisplayNameAttribute("Sender") CategoryAttribute(" Optional Macro Fields") DefaultValueAttribute() DescriptionAttribute("Enables the return of the optional 'Sender' field") <br/>get_ReadOptionalMacroSenderField();<br/>set_ReadOptionalMacroSenderField(value);<br/>Object.defineProperty('ReadOptionalMacroSenderField');
[DisplayNameAttribute("Sender")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] public: property bool ReadOptionalMacroSenderField { bool get(); void set ( bool value); }
For an example, refer to MicroPDF417BarcodeReadOptions.