Leadtools.Barcode Namespace > MicroPDF417BarcodeReadOptions Class : ReadOptionalMacroSenderField Property |
[DisplayNameAttribute("Sender")] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] public bool ReadOptionalMacroSenderField {get; set;}
'Declaration <DisplayNameAttribute("Sender")> <DescriptionAttribute("Enables the return of the optional 'Sender' field")> <CategoryAttribute(" Optional Macro Fields")> <DefaultValueAttribute()> Public Property ReadOptionalMacroSenderField As Boolean
'Usage Dim instance As MicroPDF417BarcodeReadOptions Dim value As Boolean instance.ReadOptionalMacroSenderField = value value = instance.ReadOptionalMacroSenderField
[DisplayNameAttribute("Sender")] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] public bool ReadOptionalMacroSenderField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacroSenderField;
public boolean getReadOptionalMacroSenderField() public void setReadOptionalMacroSenderField(boolean value)
DisplayNameAttribute("Sender") DescriptionAttribute("Enables the return of the optional 'Sender' field") CategoryAttribute(" Optional Macro Fields") DefaultValueAttribute()
get_ReadOptionalMacroSenderField();
set_ReadOptionalMacroSenderField(value);
Object.defineProperty('ReadOptionalMacroSenderField');
[DisplayNameAttribute("Sender")] [DescriptionAttribute("Enables the return of the optional 'Sender' field")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] public: property bool ReadOptionalMacroSenderField { bool get(); void set ( bool value); }
For an example, refer to MicroPDF417BarcodeReadOptions.