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